03-07-2021, 08:02 PM
Hi Ting! Good to hear that all things are running normally. I have copied the code below, thank you & Grace very much for your time.
{
"T1": {
"type": "instruction",
"stimuli": ["PracticeInst"],
"duration": 20
},
"PracticeTrails1-1": {
"type": "AFC",
"stimuli": ["A1"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response4/6"]
},
"PracticeTrails1-2":{
"type": "instruction",
"stimuli": ["A1Answer"],
"duration": 5
},
"PracticeTrails2-1": {
"type": "AFC",
"stimuli": ["A2"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response5/6"]
},
"PracticeTrails2-2":{
"type": "instruction",
"stimuli": ["A2Answer"],
"duration": 5
},
"PracticeTrails3-1": {
"type": "AFC",
"stimuli": ["A3"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response1/6"]
},
"PracticeTrails3-2":{
"type": "instruction",
"stimuli": ["A3Answer"],
"duration": 5
},
"T2": {
"type": "instruction",
"stimuli": ["NextTrail"], // after practice going into testing mark
"duration": 5
},
"T3":{
"type": "basic",
"stimuli": ["IMC"],
"responses": ["Response9"] // fill-in text box if they paid attention or not
},
"T4": {
"type": "instruction",
"stimuli": ["HalfTrail"], // halfway mark
"duration": 5
},
"T5":{
"type": "basic",
"stimuli": ["Attention"],
"responses": ["Response9"]
},
"TestTrailsA1": {
"type": "AFC",
"stimuli": ["A8", "A9", "A10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response2/6","Response1/6", "Response3/6"]
},
"TestTrailsA2": {
"type": "AFC",
"stimuli": ["A11", "A12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response4/6", "Response5/6"]
},
"TestTrailsB1": {
"type": "AFC",
"stimuli": ["B8", "B9", "B10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response6/6","Response4/6", "Response3/6"]
},
"TestTrailsB2": {
"type": "AFC",
"stimuli": ["B11", "B12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response4/6", "Response5/6"]
},
"TestTrailsC1": {
"type": "AFC",
"stimuli": ["C8","C9", "C10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response1/6","Response5/8", "Response4/8"]
},
"TestTrailsC2": {
"type": "AFC",
"stimuli": ["C11", "C12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response1/8", "Response2/8"]
},
"TestTrailsD1": {
"type": "AFC",
"stimuli": ["D8","D9","D10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response5/6","Response1/8","Response2/8"]
},
"TestTrailsD2": {
"type": "AFC",
"stimuli": ["D11", "D12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response3/8", "Response6/8"]
}
}
{
"T1": {
"type": "instruction",
"stimuli": ["PracticeInst"],
"duration": 20
},
"PracticeTrails1-1": {
"type": "AFC",
"stimuli": ["A1"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response4/6"]
},
"PracticeTrails1-2":{
"type": "instruction",
"stimuli": ["A1Answer"],
"duration": 5
},
"PracticeTrails2-1": {
"type": "AFC",
"stimuli": ["A2"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response5/6"]
},
"PracticeTrails2-2":{
"type": "instruction",
"stimuli": ["A2Answer"],
"duration": 5
},
"PracticeTrails3-1": {
"type": "AFC",
"stimuli": ["A3"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response1/6"]
},
"PracticeTrails3-2":{
"type": "instruction",
"stimuli": ["A3Answer"],
"duration": 5
},
"T2": {
"type": "instruction",
"stimuli": ["NextTrail"], // after practice going into testing mark
"duration": 5
},
"T3":{
"type": "basic",
"stimuli": ["IMC"],
"responses": ["Response9"] // fill-in text box if they paid attention or not
},
"T4": {
"type": "instruction",
"stimuli": ["HalfTrail"], // halfway mark
"duration": 5
},
"T5":{
"type": "basic",
"stimuli": ["Attention"],
"responses": ["Response9"]
},
"TestTrailsA1": {
"type": "AFC",
"stimuli": ["A8", "A9", "A10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response2/6","Response1/6", "Response3/6"]
},
"TestTrailsA2": {
"type": "AFC",
"stimuli": ["A11", "A12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response4/6", "Response5/6"]
},
"TestTrailsB1": {
"type": "AFC",
"stimuli": ["B8", "B9", "B10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response6/6","Response4/6", "Response3/6"]
},
"TestTrailsB2": {
"type": "AFC",
"stimuli": ["B11", "B12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response4/6", "Response5/6"]
},
"TestTrailsC1": {
"type": "AFC",
"stimuli": ["C8","C9", "C10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response1/6","Response5/8", "Response4/8"]
},
"TestTrailsC2": {
"type": "AFC",
"stimuli": ["C11", "C12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response1/8", "Response2/8"]
},
"TestTrailsD1": {
"type": "AFC",
"stimuli": ["D8","D9","D10"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response5/6","Response1/8","Response2/8"]
},
"TestTrailsD2": {
"type": "AFC",
"stimuli": ["D11", "D12"],
"stimulus_pattern": {"order": "fixed"},
"responses": ["Response3/8", "Response6/8"]
}
}