up Inquisit Language Reference

reset function

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

Member of

<global>

Syntax

reset(list)

Parameters

Name Type Description
list element An item, stimulus, or list element.

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.