logo SmartSurvey / Scripting Docs
Back to Docs
Directive
*SR Choice

Defines a Single Response question. The respondent must select exactly one option from the defined list.

Usage
script definition (.q)
*SR 'Qx' 'Question text'
1:Option One
2:Option Two
3:Option Three
/
Add TYPE:AUTOCOMPLETE or TYPE:DROPDOWN to change UI rendering while keeping single-response behaviour.
Related