up Inquisit Language Reference

resetselection function

Replaces all selected items into the selection pool of a list or stimulus.

Member of

<html>

<list>

<picture>

<port>

<sound>

<text>

<video>

<xid>

Syntax

element.name.resetselection()

Parameters

None.

Examples

The following resets the selection pool of a text stimulus:

<trial sometrial>
/ ontrialend= [text.sometext.resetselection();]
</trial>

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

<trial sometrial>
/ ontrialend= [list.groceries.resetselection();]
</trial>

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