Millisecond Forums

How to insert multiple error messages in one block

https://forums.millisecond.com/Topic26544.aspx

By Tyla - 3/9/2019

I am new to inquisit so please excuse the dumb question, but I am having trouble inserting multiple error messages in one block. If the participant gets the trial incorrect, I want to have a blank screen show for 1000 ms, and then a red X appears for 1000 ms. But every time I play the element, it plays the blank screen and not the error. I inserted the code block below for reference.

<Block ReductionBlock4> 
[even trials = Whitetrial 
odd trials = random(targetAleft, targetBright)]
/errormessage = true(white,1000; error,1000)
<block>