Skip to content
Discussion options

You must be logged in to vote

Hi @steventmartinez,

To get the questions on separate pages the simplest thing is just to split it up into multiple trials.

var video1_questions_1 = {
    type: jsPsychSurveyMultiChoice,
    questions: [
          {prompt: "<p><div style ='font-size:30px;'>What time did the fire start?</div></p>",
              name: 'Question1',
              options: ['2:30AM', '4:00AM', '8:30PM', '2:00PM'], 
              required: true,
          },
    ]
}

var video1_questions_2 = {
    type: jsPsychSurveyMultiChoice,
    questions: [
        {prompt: "<p><div style ='font-size:30px;'>Where in Baltimore County did this fire take place?</div></p>",
              name: 'Question2',
              options

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@steventmartinez
Comment options

@eran3006
Comment options

@jodeleeuw
Comment options

@eran3006
Comment options

Answer selected by steventmartinez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants