diff --git a/docs/plugins/cloze.md b/docs/plugins/cloze.md index a5d356b3..c320aacf 100644 --- a/docs/plugins/cloze.md +++ b/docs/plugins/cloze.md @@ -2,7 +2,7 @@ Current version: 1.1.2. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-cloze/CHANGELOG.md). -This plugin displays a text with certain words removed. Participants are asked to replace the missing items. Responses are recorded when clicking a button. Responses can be evaluated and a function is called in case of either differences or incomplete answers, making it possible to inform participants about mistakes before proceeding. +This plugin displays a text with certain words omitted. Participants are asked to replace the missing items. Responses are recorded when clicking a button. Responses can be evaluated and a function is called in case of either differences or incomplete answers, making it possible to inform participants about mistakes before proceeding. ## Parameters diff --git a/packages/plugin-cloze/README.md b/packages/plugin-cloze/README.md index 3be2cc6d..76d06745 100644 --- a/packages/plugin-cloze/README.md +++ b/packages/plugin-cloze/README.md @@ -4,7 +4,7 @@ jsPsych is a JavaScript framework for creating behavioral experiments that run i ## Plugin Description -The cloze plugin displays a text with certain words omitted. Participants are asked to replace the missing words, and are recorded upon clicking a button. Optionally, the responses can be evaluated and a function can be called in the case of differences, making it possible to provide feedback to the participant. +The cloze plugin displays a text with certain words omitted. Participants are asked to replace the missing words, and are recorded upon clicking a button. Responses can be evaluated and a function is called in case of either differences or incomplete answers, making it possible to inform participants about mistakes before proceeding. ## Examples