The type 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> <text> <textbox> <trial> <video> <xid>
The type name is the tag name of the element (e.g., "trial", "block", "expt", ...).
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>