The dropdown element defines a survey item in which respondents select an option from a dropdown list.
dropdown.name.listHeight
dropdown.name.listWidth
dropdown.name.option
dropdown.name.optionValue
dropdown.name.selected
dropdown.name.selectedCaption
dropdown.name.selectedCount
dropdown.name.selectedValue
dropdown.name.caption
dropdown.name.fontHeight
dropdown.name.height
dropdown.name.heightPct
dropdown.name.heightPx
dropdown.name.hPosition
dropdown.name.required
dropdown.name.response
dropdown.name.responseFontHeight
dropdown.name.responseText
dropdown.name.subcaption
dropdown.name.subcaptionFontHeight
dropdown.name.vPosition
dropdown.name.width
dropdown.name.widthPct
dropdown.name.widthPx
dropdown.name.x
dropdown.name.xPct
dropdown.name.xPx
dropdown.name.y
dropdown.name.yPct
dropdown.name.yPx
dropdown.name.name
dropdown.name.typeName
None.
Dropdowns provide a space efficient user interface for selecting from mutually exclusive options.
The following dropdown item requires the respondent to select at least one option.
<dropdown q1>
/ caption="Who was the first president of the United States:"
/ options=("George Washington", "Abraham Lincoln", "Thomas Jefferson")
/ required=true
</dropdown>