AnswerCollection.GetRptCount Method
This method returns the number of repetitions of an answer at a specific index.
Syntax
public int GetRptCount ( int index , int repeatIndex1 , int repeatIndex2 , int repeatIndex3 , int repeatIndex4 )
Parameters | Description |
index | This is the index of the Answer from the collection. |
repeatIndex1 | This is the first repeat index. |
repeatIndex2 | This is the second repeat index. |
repeatIndex3 | This is the third repeat index. |
repeatIndex4 | This is the fourth repeat index. |
Return Value
The number of repetitions of the specified answer.