diff --git a/examples/jspsych-survey-multi-choice.html b/examples/jspsych-survey-multi-choice.html index 420efc4b..f6450a27 100644 --- a/examples/jspsych-survey-multi-choice.html +++ b/examples/jspsych-survey-multi-choice.html @@ -10,7 +10,7 @@ // definiting two different response scales that can be used. var page_1_options = ["Strongly Disagree", "Disagree", "Neutral", "Agree", "Strongly Agree"]; - var page_2_options = ["Strongly Disagree", "Disagree", "Somewhat Disagree", "Neural", "Somewhat Agree", "Agree", "Strongly Agree"]; + var page_2_options = ["Strongly Disagree", "Disagree", "Somewhat Disagree", "Neutral", "Somewhat Agree", "Agree", "Strongly Agree"]; var multi_choice_block = { type: 'survey-multi-choice',