int GetQuestionDurationIter(int inQuesIndex, int inIterationIndex)
Description
Returns the duration (in seconds) a question was displayed on screen in a specific iteration
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 GetQuestionDurationIter(int inQuesIndex, String inIterationValue)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question index |
| inIter | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.