The name of the element.
<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>
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>