up Inquisit Language Reference

image element

The image element defines a survey item that presents a captioned image.

Attributes

<image name>
/ imageSize = (width, height)
/ imageSize = (widthexpression, heightexpression)

/ items = itemname
/ items = (path, path, path,... )

/ 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

</image>

Properties

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

Functions

None.

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>

Copyright Millisecond Software, LLC. All rights reserved.