Add Page Breaks between prompts in survey-text? #794
-
I've tried CSS style, conditional if statements and adding a new variable for it and nothing has worked so far. But I'm sure that it's possible! Does anyone have any idea how to make it happen? This is the trial in which I would like each prompt to be shown on separate pages instead of in one line down the page: var trial1= { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If you want each prompt to be on a different page, you're looking for different trials with one prompt each. I would recommend completing the jsPsych tutorial which guides you through that process: https://www.jspsych.org/tutorials/rt-task/ |
Beta Was this translation helpful? Give feedback.
If you want each prompt to be on a different page, you're looking for different trials with one prompt each. I would recommend completing the jsPsych tutorial which guides you through that process: https://www.jspsych.org/tutorials/rt-task/