SetAnswer

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
Was this article helpful?
0 out of 2 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.