up Inquisit Language Reference

erase property

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

Member of

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

Syntax

stimulus.name.erase

Read/Write

Type

boolean

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 myText>
/ items= ("erase = <% text.myText.erase %>")
</text>

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

<page myPage>
erase = <% text.myText.erase %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.