Not sure why survey page isn't working


Author
Message
beccabos
beccabos
Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)
Group: Forum Members
Posts: 24, Visits: 59
Hello- I'm struggling to make this picture presentation and survey page work. Can anyone see where I went wrong?  Attached here. 

Many thanks!!! 

Attachments
Essay.docx (272 views, 61.00 KB)
beccabos
beccabos
Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)
Group: Forum Members
Posts: 24, Visits: 59
stil no luck with revising as so… 
Attachments
Essay.docx (265 views, 61.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
The below refers to the 1st version you posted. In the future, please attach the original *.iqx file, not a Word document.

#1: An <item> element is *not* a stimulus. This won't work:

<item Essay_items>
/1 = "Essay01.jpg"
/2 = "Essay02.jpg"
/3 = "Essay03.jpg"
</item>

<trial Essay1>
/stimulustimes = [1=Essay_items]
/ pretrialpause = 500
/ timeout = 40000
/validresponse = (" ")
</trial>

You need to reference the <picture> (!) element in the <trial>'s /stimulusframes:

<trial Essay1>
/stimulustimes = [1=Essay]
/ pretrialpause = 500
/ timeout = 40000
/validresponse = (" ")
</trial>

<picture Essay>
/items = Essay_items
/select = sequence (1,2,3)
/position = (50,50)
</picture>

#2: You also ought get rid of the stray ')' in

<block Essay>
/trials = [1=Essay1; 2=Essay2; 3=Essay3; 4=Essaysurvey; 5=EndEssay)]
</block>

Edited 11 Years Ago by Dave
beccabos
beccabos
Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)
Group: Forum Members
Posts: 24, Visits: 59
Thanks so much, Dave! I fixed that part, but now the script is having trouble "locating the element 'survey_essay'". Attached the iqx file here- I am stumped.


Attachments
survey.iqx (174 views, 1.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
<trial Essay2>
/stimulustimes = [1 = Survey_essay]
/pretrialpause = 500
/timeout = 65000
</trial>

<survey Survey_essay>
/pages = [1=Essaysurvey1 ; 2 = Essaysurvey2]
/finishlabel = "Finish"
/nextlabel = "Next"
/backlabel = "Back"
</survey>

A <survey> element is not a stimulus element. It is a type of <block>. (Similarly, a <surveypage> is a type of <trial>).

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search