mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
fix typo
This commit is contained in:
parent
e7eb6a6f5e
commit
e917fabb55
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user