Group: Administrators
Posts: 13K,
Visits: 104K
|
To display a stimulus (be it <text>, <picture>, etc,) for 2 seconds in a <trial> or <openended>, use the /stimulustimes attribute:
<openended myopenended> / stimulustimes = [0=mypicture; 2000=erasepicture] ... </openended>
where 'erasepicture' is a <shape> element that overwrites the image at the desired point in time. See the "How to erase stimuli" topic in the Inquisit documentation for details.
If you want to display the picture *after* a response, use the /errormessage, /correctmessage or /responsemessage attributes (which one depends on what you want / need).
<openended myopenended> ... / correctmessage = (mypicture, 2000) </openended>
You'll find examples covering many of such basics in the tutorials included in the Inquisit documentation as well as its "How to" section.
|