Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Not sure why survey page isn't working
Not sure why survey page isn't working
Post Reply
Like
20
Not sure why survey page isn't working
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
beccabos
beccabos
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
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
(
273 views,
61.00 KB
)
Reply
Like
20
beccabos
beccabos
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 24,
Visits: 59
stil no luck with revising as so…
Attachments
Essay.docx
(
265 views,
61.00 KB
)
Reply
Like
18
Dave
Dave
posted 11 Years Ago
ANSWER
Post Details
Share Post
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
Reply
Like
20
beccabos
beccabos
posted 11 Years Ago
ANSWER
Post Details
Share Post
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
)
Reply
Like
20
Dave
Dave
posted 11 Years Ago
ANSWER
Post Details
Share Post
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>).
Reply
Like
19
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
20
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search