By default, IntelliSurvey automatically renders all question labels, including survey variables, as uppercase, This behavior can be controlled by using the preserve case
tag.
set defaults
preserve case: y
gen. Please select your gender.
type: radio
1. Male
2. Female
Age. And what is you age group?
type: radio
1. 49 or below
2. 50 or above
In the example above, the question labels will be 'Qgen' and ,QAge based on the use of preserve case
tag.
Details
-
preserve case
accepts 'y' or 'n' inputs. It defaults to 'y' if not present. -
preserve case
will only affect questions where the label contains letters, it will have no impact on numeric only labels. -
preserve case
can be set in the survey'sset defaults
to apply to all applicable variables in the survey, or at the individual question level.
Comments
0 comments
Please sign in to leave a comment.