Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2x2 grid layout feature
#5
[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"]
}


Messages In This Thread
2x2 grid layout feature - by jwright8 - 10-30-2020, 04:39 PM
RE: 2x2 grid layout feature - by Ting - 10-30-2020, 08:32 PM
RE: 2x2 grid layout feature - by jwright8 - 11-02-2020, 07:59 PM
RE: 2x2 grid layout feature - by Ting - 11-03-2020, 06:03 PM
RE: 2x2 grid layout feature - by jwright8 - 11-03-2020, 06:12 PM
RE: 2x2 grid layout feature - by Ting - 11-03-2020, 10:22 PM
RE: 2x2 grid layout feature - by jwright8 - 11-04-2020, 01:43 PM
RE: 2x2 grid layout feature - by jwright8 - 11-04-2020, 03:37 PM
RE: 2x2 grid layout feature - by Ting - 11-09-2020, 09:48 PM
RE: 2x2 grid layout feature - by Ting - 11-13-2020, 03:44 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)