Void ImagePositionSetAnswerIter(int inQuesIdx, Int inIter, int inTopicIDx, int inX, int inY, long inTime, int inColor)
Description
Relevant for the "Position topics on image" question type. Sets the topic's position on the image in a specific iteration.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inIter | String/Int | Iteration Index |
inTopicIdx | Int | The Topic Index |
inX | Int | The "x axis" coordinate |
inY | Int | The "y axis" coordinate |
inTime | Long | The duration from the point once the question was entered until the topic was clicked |
inColor | Int | The target position color |
Return Type
Void
Comments
Please sign in to leave a comment.