| Purpose |
CSS Class |
Description
|
| Mandatory |
.mandatory |
the question is mandatory
|
| User input error |
.input-error |
the question had at least one validation error
|
| Hide Tip |
.hide-tip |
added if you use the hide_tip option
|
| defrault type |
.em_default |
for default tip set ( numeric value etc …)
|
| Num answers |
.em_num_answers |
for for min_answers and max_answers
|
| Value range |
.em_value_range |
for min/max_num_value_n and multiflexible_min/max
|
| Sum range |
.em_sum_range |
for min/max/equals_num_value
|
| Regex validation |
.em_regex_validation |
for regular-expression validation of the question
|
| Question-level validation function |
.em_q_fn_validation |
for the em_validation_q option
|
| Subquestion-level validation function |
.em_sq_fn_validation |
for the em_validation_sq option
|
| Other comment mandatory |
.em_other_comment_mandatory |
for other_comment_mandatory option - shows when "other" is selected but associated comment is missing.
|
|
|