IUserAccessiableSetAnswerIter Method |
Name | Description | |
---|---|---|
SetAnswerIter(Int32, Int32, DVar) |
Relevant for all question types that are part of an iteration.
Sets the value of an answer/answers in question inQuesIdx with inValues in the specific inIter iteration.
If the question is of type Multiple Selection or a grid (Single Choice Grid, Numeric Grid etc) it will set the relevant answers with the corresponding values in inValues.
First answer will be set with the first value, second answer will be set with the second value etc.
| |
SetAnswerIter(Int32, String, DVar) |
Relevant for all question types that are part of an iteration. Sets the value of an answer/answers in question inQuesIdx with inValues in the specific nested loops iterations state.
If the question is of type Multiple Selection or a grid (Single Choice Grid, Numeric Grid etc) it will set the relevant answers with the corresponding values in inValues. First answer will be set with the first value, second answer will be set with the second value etc.
|