Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Html Free Recall plugin #137

wants to merge 9 commits into from

Conversation

atakaragoz
Copy link

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.

Copy link

changeset-bot bot commented Sep 4, 2024

⚠️ No Changeset found

Latest commit: 6c1114f

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

@jodeleeuw
Copy link
Member

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.
@atakaragoz
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants