up Inquisit Language Reference

orientation attribute

The orientation attribute determines whether survey items are layed out horizontally or vertically.

Member of

<checkboxes> <radiobuttons>

Syntax

/ orientation = layoutoption

Parameters

layoutoption One of the following values:
Value Description
vertical Items have a vertical layout.
horizontal Items have a horizontal layout.
horizontalequal Items have a horizontal layout and are allocated equal space.

Remarks

Survey items that are layed out horizontally conserve vertical space, allowing more items to fit on a survey page. Vertical layout conserves horizontal space, which allows more text to be displayed in captions and options without wrapping. The default value is vertical.

Examples

The following shows a radiobutton survey item in horizontal layout:

<radiobutton ratingquestion>
/ caption = "How do you feel about icecream?"
/ options=["excellent", "good", "satisfactory", "bad", "awful"]
/ orientation=horizontal
</radiobutton>

The following shows a radiobutton survey item in an equally spaced horizontal layout:

<radiobutton ratingquestion>
/ caption = "How do you feel about icecream?"
/ options=["excellent", "good", "satisfactory", "bad", "awful"]
/ orientation=horizontalequal
</radiobutton>

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