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

Commit

Permalink
{Update Documentation.md}
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2021
1 parent a027687 commit 2af14b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Builds a multi choice/select survey trial.
| options | <code>Object</code> | |
| options.responseType | <code>string</code> | This tells jsPsych which plugin file to use to run the trial. (default: 'survey_multi_choice') |
| options.preamble | <code>string</code> | HTML formatted string to display at the top of the page above all the questions. (default: "") |
| options.prompts | <code>string</code> \| <code>Array</code> | The question prompts, this can be a string (one question) or an Array of strings (multiple questions) (default: "") |
| options.prompts | <code>Array</code> | The question prompts, an Array of strings (default: []) |
| options.ansChoices | <code>Object</code> | Object consisting of the key as the answer choice name and value as the array of answer choices. (default: {}) |

<a name="module_showImage"></a>
Expand Down

0 comments on commit 2af14b0

Please sign in to comment.