The caption element defines a survey item consisting of just a caption and subcaption.
<caption captionname>
/ caption = "text"
/ defaultresponse = "text" or property or expression
/ fontstyle = ("face name", height, bold, italic, underline, strikeout, quality, character set)
/ position = (x value, y value)
/ size = (width variable, height variable)
/ subcaption = "text"
/ subcaptionfontstyle = ("face name", height, bold, italic, underline, strikeout, quality, character set)
/ txcolor = (red value, green value, blue value) or color name or color value
</caption>
caption.captionname.caption
caption.captionname.fontheight
caption.captionname.height
caption.captionname.heightpct
caption.captionname.heightpx
caption.captionname.hposition
caption.captionname.name
caption.captionname.subcaption
caption.captionname.subcaptionfontheight
caption.captionname.typename
caption.captionname.vposition
caption.captionname.width
caption.captionname.widthpct
caption.captionname.widthpx
caption.captionname.xpct
caption.captionname.xpx
caption.captionname.ypct
caption.captionname.ypx
None.
The caption element allows you to insert additional text and instructions into a survey that do not require a response from participants.
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>