int GetQuestionVisitCountIter(int inQuesIndex, int inIterationIndex)
Description
Returns the amount of times a question was entered under a specific iteration during an interview
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIndex | Int32 | Question index |
| inIterationIndex | Int32 | Iteration index |
Return Type
int
Overloads
List of overloads for this function
int GetQuestionVisitCountIter(int inQuesIndex, String inIterationValue)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIndex | Int32 | Question index |
| inIterationValue | string | Iterations Indexes (Nested Loops) |
Comments
How to set one time iteration?
Please sign in to leave a comment.