Skip to content

Commit 86e7417

Browse files
committed
Fix multichoice question import
1 parent 3f7fcac commit 86e7417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/importers/replies-importer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default class RepliesImporter {
135135
if (phase === 1) {
136136
const reply = this.extractReply(path)
137137
if (reply !== undefined) {
138-
this.importer.setReply(newPath, reply[KEY_VALUE][KEY_VALUE])
138+
this.importer.setListReply(newPath, reply[KEY_VALUE][KEY_VALUE])
139139
}
140140
}
141141
}

0 commit comments

Comments
 (0)