up Inquisit Language Reference

name property

The name of the element.

Member of

<batch> <block> <button> <caption> <checkboxes> <clock> <counter> <data> <defaults> <dropdown> <expt> <htmlpage> <image> <include> <instruct> <item> <likert> <list> <listbox> <monkey> <openended> <page> <picture> <port> <radiobuttons> <response> <shape> <slider> <slidertrial> <sound> <survey> <surveypage> <text> <textbox> <trial> <video> <xid>

Remarks

Examples

The following displays the name of a trial element in a text stimulus:

<text sometext>
/ items= ("name = <% trial.sometrial.name %>")
</text>

The following displays the name of a trial in an instruction page:

<page somepage>
name = <% trial.sometrial.name %>
</page>

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