Error Functions are used in displaying a message to the respondent that a question has not been completed properly and that they must remedy the problem before continuing. The Error Functions only work when specified within the Compose | Survey Settings | Error Messages tab.
These functions are different than other Sawtooth Script. See Location Specific Functions.
| Sawtooth Script: | Description: | 
| ErrCursum () | Returns the current sum of the constant sum question. | 
| ErrField () | Returns the question number on the page. | 
| ErrMax () | Returns the maximum value allowed for the question. | 
| ErrMin () | Returns the minimum value allowed for the question. | 
| ErrQName () | Returns the question name. | 
| ErrText () | Returns the question-specific error message that is optionally specified at the question level, under the Advanced... button. 
 | 
| ErrTotal () | Returns the total amount that the responses to the constant sum question should add to. | 
For additional flexibility in Sawtooth Scripting, see the Unverified Perl documentation.