This commit is contained in:
Josh de Leeuw 2017-06-20 10:51:44 -04:00
parent 31251b7dcb
commit 820203dc82

View File

@ -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',