josie
New Member
Posts: 1
|
Post by josie on Mar 22, 2023 15:16:54 GMT
Hi all,
I am writing up an experiment embedded within a survey.
During the experiment, when participants miss a given question, they are kicked out. I use for this the "end experiment" command in the following way (simplified):
task MYTASK keys a z show text "Press the A key." readkey 1 100000
if STATUS == WRONG end experiment fi
So far so good.
However, when participants do complete the experiment without being kicked out, I want them to go back to the survey and answer a couple of questions. (These questions cannot be answered before the experiment, they really have to come after.) This is pretty simple:
# run experiment l: expe t: experiment - {button_above} MYEXPERIMENT
# final question l: finalquestion t: radio q: Do you feel fine? - yes - no
# end survey j: end
My issue is that I don't want participants who were kicked out with "end experiment" to answer the final questions. So far, I am not able to make them skip those questions which come after the experiment in the survey. Any idea how to do this?
|
|