Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
RE: Open ended correct response not working
Open ended correct response not working
Post Reply
Like
19
Open ended correct response not working
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Sandra589
Sandra589
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 3,
Visits: 22
Hi,
I've created an audio and visual version of a computation task. The problem concerns my 'test' phase. During this, the open ended responses participants were providing were not being correctly marked by Inquisit 4. This problem did not occur for the visual version of the task, only in the audio version.
I've attached the syntax of the tasks for your reference.
Please help and thanks in advance! Much appreciated.
Sandra
Attachments
Computation Task (1) visual.exp
(
177 views,
4.00 KB
)
Computation Task 3 audio_final.exp
(
177 views,
4.00 KB
)
Reply
Like
19
Dave
Dave
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 108K
You pull the correct response from a <list> element:
<openended mytrial>
...
/ stimulusframes = [1=soundtrial,
easytrials
]
...
/ iscorrectresponse=[openended.mytrial.response ==
list.easyanswers.nextvalue
]
</openended>
That <list> element selects according to the selection of <text easytrials>
<list easyanswers>
...
/ selectionmode = text.easytrials.nextindex
</list>
However, what good does that do? While you *do* display <text easytrials> in your <trial>, its selection is entirely independent from the selection for <sound soundtrial>. In other words: You determine correct response based on what happens w/ <text easytrials>, *not* based on what happens w/ <sound soundtrial>. These are not the same thing. You'll want to do
<list easyanswers>
...
/ selectionmode = sound.soundtrial.nextindex
</list>
Reply
Like
18
Sandra589
Sandra589
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 3,
Visits: 22
Hi!
You helped me with my previous question from another post so thank you!
I tried what you recommended:
<list easyanswers>
.....
/ selectionmode = sound.sountrial.nextindex
</list>
However, I'm getting this error message:
Expression 'sound.sountrial.nextindex' is invalid. Expression contains an unknown element or property name.
Thanks heaps again!
Sandra
Reply
Like
16
Dave
Dave
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 108K
> Expression 'sound.sou
nt
rial.nextindex' is invalid. Expression contains an unknown element or property name.
Note the spelling error. 'sountrial' is missing a 'd'.
Reply
Like
16
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
19
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search