You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I want to run a memory task of a list of words. The list of target words is shown and then they are given a list containing some new words, from which they should choose the target words and their score/accuracy will be calculated by comparing their responses to the target word list. In the following, I have attempted to do what I have explained, but I have some problems defining or calling variables to calculate the accuracy of responses.
`
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
<title>Memory Experiment</title> <script src="jatos.js"></script> <script src="lib/jspsych.js"></script> <script src="lib/plugin-html-button-response.js"></script> <script src="lib/plugin-html-keyboard-response.js"></script> <script src="lib/plugin-survey-text.js"></script> <script src="lib/plugin-survey-multi-select.js"></script> <script>I want to run a memory task of a list of words. The list of target words is shown and then they are given a list containing some new words, from which they should choose the target words and their score/accuracy will be calculated by comparing their responses to the target word list. In the following, I have attempted to do what I have explained, but I have some problems defining or calling variables to calculate the accuracy of responses.
`
Beta Was this translation helpful? Give feedback.
All reactions