By Connorrr - 9/19/2016
Hi,
I have a survey at the beginning of the experiment. One of the questions in this survey is a dropdown box which asks if the participant wishes to skip the practice. How can I take this response and essentially make the experiment start on block 2?
Thanks in advance.
|
By Dave - 9/20/2016
You define a /skip attribute in the practice <block>:
<block practice> / skip = [dropdown.skippractice.response == "Yes"] ... </block>
|
|