up Inquisit Language Reference

typename property

The type 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> <text> <textbox> <trial> <video> <xid>

Remarks

The type name is the tag name of the element (e.g., "trial", "block", "expt", ...).

Examples

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

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

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

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

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