Survey Solutions - Validation (PDFDrive)
Survey Solutions - Validation (PDFDrive)
Nadi, Fiji
Sergiy Radyakin
[email protected]
1 / 13
Validation
Data validation
2 / 13
Validation
Data validation
3 / 13
Validation
Logical operators
4 / 13
Validation
Examples
5 / 13
Validation
Keyword self
Use the special variable self to refer to the value of the question
itself in validation conditions
(for example for percentages):
(self>=0) && (self<=100)
6 / 13
Validation
Validation is “soft”;
“Hard” validation only for the text questions with a pattern, numeric
questions triggering rosters, numeric integer questions.
7 / 13
Validation
Data validation
8 / 13
Validation
Data validation
The error message must be clear to the interviewer. Make sure all
error messages programmed in the questionnaire are explained to the
interviewers during their training.
When checking coherence of several variables (for example age and
year of birth), one may not be sure which one is wrong. The message
should allow for the possibility that the error is in the other variable.
Make sure validation message is consistent with what is being
checked. If you revise a validation condition, make sure to check if
the corresponding message must also be revised.
9 / 13
Validation
Mandatory questions
10 / 13
Validation
Static text
11 / 13
Validation
Single-answer enforcement
12 / 13
Validation
Final
13 / 13