bool SetAnswerChoiceIter(Int32 inQuesIdx, Int32 inTopic, Int32 inIter, DVar inValues)
Description
It will set the relevant answers in the specific topic and in a specific iteration with the corresponding values in inValues
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Target Question Index |
| inTopic | Int32 | Topic Index to set |
| inIter | Int32 | Iteration Index |
| inValues | DVar[] | Values to set |
Return Type
bool
Examples
SetAnswerChoiceIter(QRef(1),3,4,2,5,6) - the following code will set the answers 2,5 and 6 in the 3rd topic and in the 4th iteration as selected
Comments
Please sign in to leave a comment.