ITopicOnImagePositioning ImagePositionAnswerIter(int inQuesIdx, int inIter, int inTopicIdx)
Description
Relevant for the "Position topics on image" question type. Returns 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 | int | Question Index |
| inIter | string/int | The iteration index |
| inTopicIdx | int | Topic index |
Return Type
ITopicOnImagePositioning
The Members of the ITopicOnImagePositioning type:
- int TopicID
- int X
- int Y
- long TimeToAnswer
- int PositionColor
- int RegionIndex
- string RegionTitle
Comments
Please sign in to leave a comment.