Replies: 1 comment
-
I'm going to convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am conducting a verbal free recall experiment in which participants type their responses after learning a list of words. Currently my retrieval prompt looks like this:
When participants type the words out, I would like their responses to be recorded and displayed onscreen in uppercase lettering (e.g., "window" --> "WINDOW"). Is there a way to do this in JSPsych? Perhaps using javascript's built-in toUpperCase function?
Thank you,
Adam
Beta Was this translation helpful? Give feedback.
All reactions