lsc 1 年間 前
コミット
b361c1fbf6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/pages/test/check/index.vue

+ 1 - 1
src/components/pages/test/check/index.vue

@@ -1272,7 +1272,7 @@ export default {
           if (res[i].array[j].type == 1 && res[i].array[j].json.answer2) {
             let a = []
             for (var answer2 = 0; answer2 < res[i].array[j].json.answer2.length; answer2++) {
-              a.push(res[i].array[j].json.array[answer2].option)
+              a.push(res[i].array[j].json.array[res[i].array[j].json.answer2[answer2]].option)
             }
             _json[j + 1 + "." + chapters[j].json.title] = a.join('、')
           } else if (res[i].array[j].type == 3 && res[i].array[j].json.answer2) {