How to insert multiple error messages in one block


Author
Message
Tyla
Tyla
Associate Member (56 reputation)Associate Member (56 reputation)Associate Member (56 reputation)Associate Member (56 reputation)Associate Member (56 reputation)Associate Member (56 reputation)Associate Member (56 reputation)Associate Member (56 reputation)Associate Member (56 reputation)
Group: Forum Members
Posts: 1, Visits: 11
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>




Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Tyla - Saturday, March 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>




This isn't possible using /errormessage, you need to display those stimuli using regular <trial> elements, see https://www.millisecond.com/forums/FindPost26547.aspx.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search