jspsych / jspsych-contrib

An open repository of jsPsych plugins and extensions, without any official support
44 stars 42 forks source link

Html Free Recall plugin #137

Open atakaragoz opened 2 weeks ago

atakaragoz commented 2 weeks ago

Hello,

This plugin is compatible with jsPsych version 7+.

The plugin is supposed to approximate free recall experiments using typed responses as opposed to spoken ones. By removing the word as soon as the participant presses spacebar it removes the participant's ability to edit their previous responses as well as enables the participant to potentially provide repeats of words.

One could also use this plugin to perform free association experiments by having participants enter a single word at a time and not allow for edits.

The basic idea behind the plugin is to record the words a participant inputs and end the trial when a certain button (by default spacebar) is pressed. The best way to use this is within a loop as I've shown in the examples.

Please let me know if you think this plugin is superfluous or if you would prefer changes to documentation or features.

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: d30b1e66692c0c9a2d34f2af0998d97249c8dc1a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR