Please read the generic documentation for some context and scope.
This task is comprised in two parts, the training and the test phase. In the training task the participant has to categorize the (non-) words in three categories. In the latter part, the participant has to indicate whether or not the word was presented in the first part or not.
The stimuli are words that are presented as .wav file. The repository doesn't contain the stimuli as they are considered to be private property. Hence, you should obtain the stimuli in order to get started or put in your own stimuli. The stimuli are specified in the stimuli.js file.
People affiliated with ILS labs can use the information from our lab webiste and expand the "Online experiments using jsPsych" section for details. Please follow this how-to.
The file globals.js
contains a variable:
const ACCESS_KEY = '00000000-0000-0000-0000-000000000000';
Before uploading your experiment to the ILS data server, you will need to
change this to the access key that you obtained when your experiment was
approved. For elaborate info see globals.js
.
The data of all (sub) trial phases are logged in the data, but the output data can be filtered after data collection in many ways. Please read the general primer on jsPsych's data if you are new to jsPsych data output.
Good luck, happy experimenting!