mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
typo bug
This commit is contained in:
parent
31251b7dcb
commit
820203dc82
@ -30,6 +30,13 @@ jsPsych.plugins['survey-likert'] = (function() {
|
|||||||
no_function: false,
|
no_function: false,
|
||||||
description: ''
|
description: ''
|
||||||
},
|
},
|
||||||
|
required: {
|
||||||
|
type: [jsPsych.plugins.parameterType.BOOL],
|
||||||
|
array: true,
|
||||||
|
default: false,
|
||||||
|
no_function: false,
|
||||||
|
description: ''
|
||||||
|
},
|
||||||
button_label: {
|
button_label: {
|
||||||
type: [jsPsych.plugins.parameterType.STRING],
|
type: [jsPsych.plugins.parameterType.STRING],
|
||||||
default: 'Submit Answers',
|
default: 'Submit Answers',
|
||||||
|
Loading…
Reference in New Issue
Block a user