11-20-2020, 02:40 PM
This code is a mix of trial template and procedure code and will not work:
"Break":{
"type":"basic",
"cover_trials":["Break_start"],
"end_trials":["Break_end"]
}
Trial templates do not have cover trials and end trials. What is the goal with having "Break_start" and "Break_end"? The most common implementation is to have one trial template defined something like this:
"Break":{
"type":"basic",
"stimuli":["Exp_break"],
"duration":10
}
"Break":{
"type":"basic",
"cover_trials":["Break_start"],
"end_trials":["Break_end"]
}
Trial templates do not have cover trials and end trials. What is the goal with having "Break_start" and "Break_end"? The most common implementation is to have one trial template defined something like this:
"Break":{
"type":"basic",
"stimuli":["Exp_break"],
"duration":10
}