up Inquisit Language Reference

erase property

Determines whether a stimulus is erased at the end of a trial.

Member of

<button> <clock> <picture> <port> <shape> <sound> <text> <video> <xid>

Remarks

A value of 1 indicates the stimulus will be erased. A value of 0 indicates it will not.

Examples

The following displays the value of erase in a text stimulus:

<text sometext>
/ items= ("erase = <% text.sometext.erase %>")
</text>

The following displays the value of erase in an instruction page:

<page somepage>
erase = <% text.sometext.erase %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.