Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix: πŸ› change prompts default to array
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashi1997 committed Feb 17, 2021
1 parent ecf0a0f commit cfa8f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trials/multiSurvey.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {})
*/

Expand Down

0 comments on commit cfa8f5f

Please sign in to comment.