bool NotAnswered(int inQuesIdx)
Description
Returns true if question inQuesIdx was not answered but was skipped, Relevant for all Questions
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int | The question index |
Return Type
bool
Example
NotAnswered(QRef(5)) will return true if question 5 has no answer selected/set.
Comments
Please sign in to leave a comment.