bool SetAnswer(Int32 inQuesIdx, Dvar[] inValues)
Description
Relevant for all question types. Sets the value of an answer/answers in question inQuesIdx with inValues.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target Question Index |
inValues | DVar[] | The values to set |
Return Type
bool
Examples
- If question 5 is a Single Choice question SetAnswer(QRef(5),2) will set the second value as the answer
Comments
Please sign in to leave a comment.