Skip to content

Commit

Permalink
ESURVEY-7882
Browse files Browse the repository at this point in the history
  • Loading branch information
clam2310 committed Nov 29, 2022
1 parent 2b8f872 commit 98662d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ void parseAnswerSet(Survey survey, XMLStreamWriter writer, List<Element> questio

for (String answer : answers) {
if (answer.length() > 0) {
answer = answer.trim();
writer.writeStartElement(ANSWER);
writer.writeAttribute("qid", question.getUniqueId());
if (question instanceof ChoiceQuestion) {
Expand Down

0 comments on commit 98662d9

Please sign in to comment.