diff --git a/trials/multiSurvey.js b/trials/multiSurvey.js index 0bc6cba..d95acde 100644 --- a/trials/multiSurvey.js +++ b/trials/multiSurvey.js @@ -5,7 +5,7 @@ * @param {Object} options * @param {string} options.responseType - This tells jsPsych which plugin file to use to run the trial. (default: 'survey_multi_choice') * @param {string} options.preamble - HTML formatted string to display at the top of the page above all the questions. (default: "") - * @param {string|Array} options.prompts - The question prompts, this can be a string (one question) or an Array of strings (multiple questions) (default: "") + * @param {Array} options.prompts - The question prompts, an Array of strings (default: []) * @param {Object} options.ansChoices - Object consisting of the key as the answer choice name and value as the array of answer choices. (default: {}) */