The caption element defines a survey item consisting of just a caption and subcaption.
Syntax
<caption captionname>
/ caption = "text"
/ fontstyle = ("face name", height, bold, italic, underline, strikeout, quality, character set)
/ position = (x expression, y expression)
/ size = (width expression, height expression)
/ subcaption = "text"
/ subcaptionfontstyle = ("face name", height, bold, italic, underline, strikeout, quality)
</caption>
Properties
caption.captionname.caption
caption.captionname.fontheight
caption.captionname.height
caption.captionname.hposition
caption.captionname.name
caption.captionname.subcaption
caption.captionname.subcaptionfontheight
caption.captionname.typename
caption.captionname.vposition
caption.captionname.width
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>