PennController for IBEX › Forums › Support › Resources not loading with attention checks › Reply To: Resources not loading with attention checks
February 23, 2023 at 1:24 pm
#9955
Jeremy
Keymaster
Hi,
...(row.attentionCheckWord ? [ newAudio("attentionCheckWord", row.attentionCheckWord) .play() .log() , newText("Did you hear this word on the previous screen?") .print("center") , newText("Yes (F)") .print("center at 35vw", "middle at 60vh") , newText("No (J)") .print("center at 65vw", "middle at 60vh") , newKey("AttChAnswerW", "FJ") .log() .wait() ] : [])
Jeremy