Radio questions are single select questions created using the type: radio
tag.
Try it!
Tip! Single select questions can also be created via type: pulldown
, which displays options in a dropdown menu.
Common tags
Tag | Description |
---|---|
columns |
Specifies the maximum number of columns the question's options should be arranged in. |
headings |
Adds headings to a radio question with an hscale tag. Accepts text input. Separate headings with commas. |
hscale |
Set to 'y' to convert the question into a horizontal scale format which uses headings (defaults to 'n'). |
scale |
For mobile (DD/Modern) themes only; set to 'y' to force options to remain in a single row, space permitting, otherwise shifts options vertically (defaults to 'n'). |
Additional examples
hscale
Radio questions can be displayed as scales by applying the hscale
tag. The series
function is used here to create a set of numerical options for the scale.
hscale and breakheadings
Line breaks are automatically added in the column headings. To disable this behavior, add breakheadings: n
.
Comments
0 comments
Please sign in to leave a comment.