Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bankminer78 committed Jun 27, 2024
1 parent 4af83c6 commit 631644f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/plugin-pipe/docs/jspsych-pipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ In addition to the [parameters available in all plugins](https://www.jspsych.org
| action | string | undefined | The action to perform. Possible values are `save`, `saveBase64`, and `condition`. |
| filename | null | undefined | The filename to use when saving data. It should be unique. If the file already exists, no data will be saved. |
| data_string | string | null | The string of data to save. If action is `save` then this can be text data in any format (e.g., CSV, JSON, TXT, etc.). If `action` is `saveBase64`, then this should be a base64 encoded string and the `filename` should have the appropriate extension. |
| wait_message | HTML_string | `<p>Saving data. Please do not close this page.</p>` | An HTML message to be displayed above the loading graphics in the experiment during data upload. |


## Data Generated
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pipe/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const info = <const>{
default: null,
},
/**
* An html message to be displayed above the loading graphics in the experiment during data save.
* An HTML message to be displayed above the loading graphics in the experiment during data upload.
*/
wait_message: {
type: ParameterType.HTML_STRING,
Expand Down

0 comments on commit 631644f

Please sign in to comment.