Signal name
|
Value
|
Meaning
|
---|---|---|
sigCompleted
|
1
|
A completed interview. The respondent has answered all applicable questions.
|
sigStopped
|
2
|
Interview stopped by the respondent clicking Stop or by a statement in the interview script.
|
sigError
|
4
|
Interview terminated due to an error in the script. See Writing your own error handler for an example of how to use this signal.
|
sigOverQuota
|
5
|
Interview terminated by quota control. This happens when all the quota cells that a respondent belongs in are full.
|
sigEarlyComplete
|
6
|
An interview that should be treated as a completed interview even though the respondent may not have answered all applicable questions. You might decide to flag interviews in this way if respondents have completed at least 80% of the survey.
|
sigFailedScreener
|
7
|
The interview failed at a screener question.
|