up Inquisit Language Reference

image element

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

Syntax

<image imagename>
/ caption = "text"
/ defaultresponse = "text" or property or expression
/ fontstyle = ("face name", height, bold, italic, underline, strikeout, quality, character set)
/ imagesize = (width variable, height variable)
/ items = itemname or ("path", "path", "path",... )
/ 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
</image>

Properties

image.imagename.caption
image.imagename.fontheight
image.imagename.height
image.imagename.heightpct
image.imagename.heightpx
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
image.imagename.widthpct
image.imagename.widthpx
image.imagename.xpct
image.imagename.xpx
image.imagename.ypct
image.imagename.ypx

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.