[quote pid="20" dateline="1604440996"]
Thank you. That should permit studies that only use mouse tracking and response time as assessments to function. I look forward to hearing when that is ready.
[/quote]
I am attempting to create the incidental paradigm using the example from the mouse tracking tutorial. However, it is not working. Can you help troubleshoot code here? If so, here is my code:
The stimuli in the trial template are audio files and the stimuli in the response are images.
Responses (an example response)
____________________
name: X_top_left
{
"type": "choice",
"choices": ["%s:Image-Box_With_X", "%s:Image-Box", "%s:Image-Box", "%s:Image-Box"],
"target": ["%s:Image-Box_With_X"],
"layout": [2,2],
"locations": "fixed",
"instruction": ""
}
____________________
Trial Template
{
"Instr": {
"type": "instruction",
"stimuli": ["TrainingInst1"]
},
"Trials": {
"type": "AFC",
"stimuli": ["Min_ma_low_01","Min_ma_low_02","Min_ma_high_01", "Min_ma_high_02", "Min_ma_fall_01", "Min_ma_fall_02", "Min_ma_rise_01", "Min_ma_rise_02"],
"delay": 1,
"responses": [["X_bottom_right","Mousetracking"],
["X_bottom_right","Mousetracking"],
["X_top_left","Mousetracking"],
["X_top_left","Mousetracking"],
["X_top_right","Mousetracking"],
["X_top_right","Mousetracking"],
["X_bottom_left","Mousetracking"],
["X_bottom_left","Mousetracking"]]
},
"ResetTemp": {
"type": "mouse_reset",
"stimuli": [{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]}],
"responses": ["MouseReset"]
}
}
_______________
Procedure
{
"type": "blocking",
"blocks": {
"TestBlock": {
"trial_templates": ["ResetTemp", "Trials"],
"pattern": {"order": "alternate_random", "repeat": 1},
"cover_trials": ["Instr"]
}
},
"block_sequence": ["TestBlock"]
}
Thank you. That should permit studies that only use mouse tracking and response time as assessments to function. I look forward to hearing when that is ready.
[/quote]
I am attempting to create the incidental paradigm using the example from the mouse tracking tutorial. However, it is not working. Can you help troubleshoot code here? If so, here is my code:
The stimuli in the trial template are audio files and the stimuli in the response are images.
Responses (an example response)
____________________
name: X_top_left
{
"type": "choice",
"choices": ["%s:Image-Box_With_X", "%s:Image-Box", "%s:Image-Box", "%s:Image-Box"],
"target": ["%s:Image-Box_With_X"],
"layout": [2,2],
"locations": "fixed",
"instruction": ""
}
____________________
Trial Template
{
"Instr": {
"type": "instruction",
"stimuli": ["TrainingInst1"]
},
"Trials": {
"type": "AFC",
"stimuli": ["Min_ma_low_01","Min_ma_low_02","Min_ma_high_01", "Min_ma_high_02", "Min_ma_fall_01", "Min_ma_fall_02", "Min_ma_rise_01", "Min_ma_rise_02"],
"delay": 1,
"responses": [["X_bottom_right","Mousetracking"],
["X_bottom_right","Mousetracking"],
["X_top_left","Mousetracking"],
["X_top_left","Mousetracking"],
["X_top_right","Mousetracking"],
["X_top_right","Mousetracking"],
["X_bottom_left","Mousetracking"],
["X_bottom_left","Mousetracking"]]
},
"ResetTemp": {
"type": "mouse_reset",
"stimuli": [{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]},
{"which": ["MouseInstructions"], "location": [5]}],
"responses": ["MouseReset"]
}
}
_______________
Procedure
{
"type": "blocking",
"blocks": {
"TestBlock": {
"trial_templates": ["ResetTemp", "Trials"],
"pattern": {"order": "alternate_random", "repeat": 1},
"cover_trials": ["Instr"]
}
},
"block_sequence": ["TestBlock"]
}