Auto Submit

dev_local_v9_haijunshiguan_net
autosubmit 2 years ago
parent b90f83a580
commit cc348c0012

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.248b6be5.js"></script>
<script src="/react/build/umi.84621791.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -3256,8 +3256,6 @@ var Answer = function Answer(_ref) {
item.question_score = 1;
item.standard_answer = item === null || item === void 0 ? void 0 : item.answer_content;
item.user_answer_right = item === null || item === void 0 ? void 0 : item.is_right;
console.log("item?.answer_content", item === null || item === void 0 ? void 0 : item.answer_content);
// 单选 多选 判断
if (['SINGLE', 'MULTIPLE', 'JUDGMENT'].includes(item === null || item === void 0 ? void 0 : item.question_type)) {
item === null || item === void 0 || item.question_choices.forEach(function (choice) {
@ -3270,7 +3268,6 @@ var Answer = function Answer(_ref) {
item.user_answer = item === null || item === void 0 ? void 0 : item.answer_content;
}
});
console.log(banks);
setItemBankData(banks);
} else {
banks.forEach(function (item) {
@ -3844,7 +3841,7 @@ var Answer = function Answer(_ref) {
}), (item === null || item === void 0 ? void 0 : item.standard_answer_show) && /*#__PURE__*/(0,jsx_runtime.jsx)(AnswerDetail, {
item: item
})]
});
}, item === null || item === void 0 ? void 0 : item.question_title);
};
var renderSingles = function renderSingles(items, keys, i) {
var _items$sub_exercise_q4;
@ -3993,13 +3990,13 @@ var Answer = function Answer(_ref) {
value: answer === null || answer === void 0 ? void 0 : answer.choice_text
})]
})
});
}, index);
})
})
}), (item === null || item === void 0 ? void 0 : item.standard_answer_show) && /*#__PURE__*/(0,jsx_runtime.jsx)(AnswerDetail, {
item: item
})]
});
}, item === null || item === void 0 ? void 0 : item.question_title);
};
var renderFill = function renderFill(item, key) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(components_Fill, {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save