11-20-2020, 02:20 PM
(11-20-2020, 02:10 PM)Ive tested the trial template "Break" thinking that might be the problem, but it works as a regular block if I code it that way. I can leave it as its own block, but then there would be fewer breaks than I would like unless I break down the other blocks more, which I'd rather not do. The code I have is:{ "Break":{ Wrote: "type":"basic",
"cover_trials":["Break_start"],
"end_trials":["Break_end"]
},
"Break_start":{
"type":"instruction",
"stimuli":["Exp_break"],
"duration":10,
"countdown_visible":false
},
"Break_end":{
"type": "instruction",
"stimuli":["Exp_break_end"],
"duration":5
}
}
Lucy - FF Researcher SupportHi, this code looks correct. What does the trial template for "Break" look like? Perhaps there is a problem there.