The image element defines a survey item that presents a captioned image.
Syntax
<image imagename>
/ caption = "text"
/ fontstyle = ("face name", height, bold, italic, underline, strikeout, quality, character set)
/ imagesize = (width, height)
/ items = itemname or ("item", "item", "item",... )
/ position = (x expression, y expression)
/ size = (width expression, height expression)
/ subcaption = "text"
/ subcaptionfontstyle = ("face name", height, bold, italic, underline, strikeout, quality)
</image>
Properties
image.imagename.caption
image.imagename.fontheight
image.imagename.height
image.imagename.hposition
image.imagename.imageheight
image.imagename.imagewidth
image.imagename.name
image.imagename.subcaption
image.imagename.subcaptionfontheight
image.imagename.typename
image.imagename.vposition
image.imagename.width
Remarks
The image element allows you to insert an image into a survey that does not require a response from participants.
Examples
The following image item displays a picture of a logo and a caption.
<image q1>
/ caption="Logo for Brand X"
/ items=("logox.jpg")
</image>