Hi,
Thanks! However, I now have another problem: I can't make two of the images appear on the survey page at all. I have three separate images that appear on separate survey pages, and I've managed to make one of the images appear without a problem. It's baffling that the other two images won't appear, because I've programmed all three in the exact same way. Here is how I'm doing it:
First, using the <image> element:
<image BASSLikert>
/ items = BASSLikert
/ position = (50%,11%)
/ size=(550, 600)
</image>
<item BASSLikert>
/ 1 = "BASSLikert.jpg"
</item>
Then, adding the image to the surveypage like it's a question:
<surveypage BASS1>
/ fontstyle = ("Arial Black", -16, true, false, false, false, 5, 0)
/ questions = [1=BASSLikert; 2=BASS1; 3=BASS2; 4=BASS3; 5=BASS4; 6=BASS5; 7=BASS6; 8=BASS7; 9=BASS8; 10=BASS9]
</surveypage>
Then, adding the surveypage to the survey:
<survey DemQuest>
/ pages = [1=OpeningScreen; 2=demographics1; 3=demographics2; 4=demographics3; 5=QuestOpening; 6=AEAO1; 7=AEAO2; 8=BASS1]
/ responsefontstyle = ("Arial", -14, false, false, false, false, 5, 0)
/ itemfontstyle = ("Arial Black", -15, false, false, false, false, 5, 0)
/ itemspacing = 2.75%
/ showpagenumbers = false
/ showquestionnumbers = false
</survey>
What am I doing wrong?
Sincerely,
AshleyA