up Inquisit Language Reference

typeName property

The type name of the element.

Member of

<batch> <block> <button> <caption> <checkboxes> <clearScreen> <clock> <counter> <data> <dataStream> <defaults> <dropdown> <expressions> <expt> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <html> <htmlPage> <image> <include> <instruct> <item> <likert> <list> <listbox> <monkey> <openended> <page> <parameters> <picture> <port> <radioButtons> <response> <script> <shape> <slider> <sliderTrial> <sound> <summaryData> <survey> <surveyPage> <systemBeep> <text> <textbox> <trial> <values> <video> <xid>

Syntax

element.name.typeName

Read Only

Type

string

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 myText>
/ items= ("typename = <% trial.myTrial.typename %>")
</text>

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

<page myPage>
typename = <% trial.myTrial.typename %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.