Skip to content

Commit

Permalink
Fixed error when documenting plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhang03 committed Jun 21, 2024
1 parent 61e1544 commit a5712c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-categorize-html/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const info = <const>{
/** If set to true, then the stimulus will be shown during feedback. If false, then only the text feedback will display during feedback. */
show_stim_with_feedback: {
type: ParameterType.BOOL,
no_function: false,
default: false,
},
/** If true, then category feedback will be displayed for an incorrect response after a timeout (trial_duration is exceeded). If false, then a timeout message will be shown. */
show_feedback_on_timeout: {
Expand Down

0 comments on commit a5712c8

Please sign in to comment.