bool NotContainsSpecificRateIter(int inQuesIdx, int inValue, int inTopicIdx, Int inIter)
Description
Returns true if the inValue was not selected in the inTopicIdx topic in the inQuesIdx question
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int | Question Index |
inValue | Int | The value to check |
inTopicIdx | Int | the topic index to check |
inIter | Int | The iteration number |
Return Type
bool
Example
NotContainsSpecificRateIter(QRef(5),4, 2, 3) will return true if the 4th option of the 2nd topic was not selected in the Multiple Selection question 5 on the 3rd iteration
Comments
Please sign in to leave a comment.