-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html Free Recall plugin #137
base: main
Are you sure you want to change the base?
Conversation
… think about how to do this more easily (or if I even need it)
Html text recall plugin
|
Hi @atakaragoz This is a great contribution. We're a little swamped right now so it might be another week or two before we can help with fixing the failing checks, but we're appreciative of the contribution and will get to it ASAP. |
Adding package.json, appears to have been deleted at some point.
Hello! I believe the issue was that the package.json was missing from my plugin directory. I've gone ahead and added that to see if it fixes things. Please let me know if there is anything else I can do. |
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.