12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "MeasurementToolMetadata": {
- "Description": "The file TwoChoiceRT_data.tsv contains the trial-level data from the two choice reaction time task used in the WAND study."
- },
- "participant": {
- "Description": "Participant ID"
- },
- "Condition": {
- "Description": "Whether the stimulus was an image of a face or a scene"
- },
- "Block": {
- "Description": "N Block of task",
- "Levels": {
- "1": "First block",
- "2": "Second block",
- "3": "Third block"
- }
- },
- "Trial": {
- "Description": "N trial within block (1 to 136)"
- },
- "Correct_response": {
- "Description": "Correct response for the trial",
- "Levels": {
- "z": "face",
- "m": "scene"
- }
- },
- "Given_response": {
- "Description": "button pressed by participant"
- },
- "Correct": {
- "Description": "Whether or not the response was correct",
- "Levels": {
- "1": "Correct",
- "0": "Error"
- }
- },
- "RT": {
- "Description": "Reaction time",
- "Units": "Seconds"
- }
- }
|