up Inquisit Language Reference

caption element

The caption element defines a survey item consisting of just a caption and subcaption.

Attributes

<caption name>
/ caption = text
/ fontStyle = (name, height, bold, italic, underline, strikeout, quality, characterset)
/ position = (x, y)
/ position = (xexpression, yexpression)

/ size = (width, height)
/ size = (widthexpression, heightexpression)

/ subcaption = string
/ subcaptionFontStyle = (name, height, bold, italic, underline, strikeout, quality, characterset)
/ txColor = colorname
/ txColor = expression

</caption>

Properties

caption.name.caption
caption.name.fontHeight
caption.name.height
caption.name.heightPct
caption.name.heightPx
caption.name.hPosition
caption.name.required
caption.name.response
caption.name.responseFontHeight
caption.name.responseText
caption.name.subcaption
caption.name.subcaptionFontHeight
caption.name.vPosition
caption.name.width
caption.name.widthPct
caption.name.widthPx
caption.name.x
caption.name.xPct
caption.name.xPx
caption.name.y
caption.name.yPct
caption.name.yPx
caption.name.name
caption.name.typeName

Functions

None.

Remarks

The caption element allows you to insert additional text and instructions into a survey that do not require a response from participants.

Examples

The following caption item displays a caption and subcaption.

<caption q1>
/ caption="Remember to tell the experimenter when you are finished with the survey"
/ subcaption="(The experimenter is sitting in the adjacent room.)"
</caption>

Copyright Millisecond Software, LLC. All rights reserved.