NotAnsweredIter

bool NotAnsweredIter(int inQuesIdx, int inIteration)

Description

Returns true if question inQuesIdx was not answered but got skipped in the iteration inIteration, Relevant mainly for Questions that are part of an iteration

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx Int The question index 
inIteration Int the iteration index


Return Type

bool

Example

NotAnsweredIter(QRef(5), 2) will return true if question 5 was not answered but got skipped in iteration 2.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.