up Inquisit Language Reference

reset function

Resets an element to its original state when the script was first parsed.

Member of

<item>

<list>

Syntax

element.name.reset()

Parameters

None.

Examples

The following resets the items from a text stimulus:

<trial sometrial>
/ ontrialend= [item.targets.reset();]
</trial>

The following resets the items from the selection pool of a list:

<trial sometrial>
/ ontrialend= [list.options.reset();]
</trial>

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