Group: Forum Members
Posts: 26,
Visits: 93
|
Hi, another problem appeared: while displaying the slider where participants have to decide between task 1 and task 2 for stage 3, the button that appears on the screen to validate the choice is labelled "finish". This is problematic as the study is not over yet..
To cope with this, I thought of displaying a screenshot instead of a slider (as this would remove the button) but now, the branching does not work anymore. The command line was: /branch = [if(slider.choice.response=="1") block.task1instructions]
As a reminder, a slider was displayed in a surveypage named as "choice" originally. I've now removed this surveypage and replaced it by a trial page named as "choice" where a screenshot is presented. I've specified two validresponse keys in order to branch depending on the key that will be pressed.
Can you please tell me what to write when the branching is depending on a trial ? Ive tried trial.choice.response but this didn't work.
|