Some fixes to the way Survey handles recordedAnswer, value, etc..
This commit is contained in:
parent
80d3e74d60
commit
c1b18ea9bb
3 changed files with 120 additions and 55 deletions
|
|
@ -1063,7 +1063,7 @@ sub addAnswersToQuestion {
|
|||
$self->update(
|
||||
\@address_copy,
|
||||
{ text => $answers->[$answer_index],
|
||||
recordedAnswer => $answer_index + 1,
|
||||
recordedAnswer => $answer_index + 1, # 1-indexed
|
||||
verbatim => $verbatims->{$answer_index},
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue