mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +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,
|
||||
description: ''
|
||||
},
|
||||
required: {
|
||||
type: [jsPsych.plugins.parameterType.BOOL],
|
||||
array: true,
|
||||
default: false,
|
||||
no_function: false,
|
||||
description: ''
|
||||
},
|
||||
button_label: {
|
||||
type: [jsPsych.plugins.parameterType.STRING],
|
||||
default: 'Submit Answers',
|
||||
|
Loading…
Reference in New Issue
Block a user