autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 226d106947
commit 0274b9bca0

@ -1024,7 +1024,7 @@ var Head = function Head(_ref) {
// width: '10%',
title: (questionName === null || questionName === void 0 || (_questionName$find7 = questionName.find(function (item) {
return item.value == constant/* QUESTIONTYPE */.f[4].nameType;
})) === null || _questionName$find7 === void 0 ? void 0 : _questionName$find7.name) || '简答题',
})) === null || _questionName$find7 === void 0 ? void 0 : _questionName$find7.name) || '画图题',
align: 'center',
// ellipsis: true,
dataIndex: 'mains_score',

@ -398,7 +398,7 @@ var typeData = [{
name: "填空题",
value: "COMPLETION"
}, {
name: "简答题",
name: "画图题",
value: "SUBJECTIVE"
}, {
name: "组合题",
@ -4039,7 +4039,7 @@ var problemsetMapping = [{
}, {
stateName: 'subjective_questions_count',
type: 'SUBJECTIVE',
typeName: '简答题'
typeName: '画图题'
}, {
stateName: 'program_questions_count',
type: 'PROGRAM',
@ -4181,7 +4181,7 @@ var typeMapping = {
"MULTIPLE": "多选题",
"JUDGMENT": "判断题",
"COMPLETION": "填空题",
"SUBJECTIVE": "简答题",
"SUBJECTIVE": "画图题",
"PROGRAM": "编程题",
"PRACTICAL": "实训题",
"COMBINATION": "组合题"
@ -7712,7 +7712,7 @@ var ProblemsetPage = function ProblemsetPage(_ref) {
name: '编程题'
}, {
type: 'SUBJECTIVE',
name: '简答题'
name: '画图题'
}, {
type: 'COMPLETION',
name: '填空题'

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

@ -5235,7 +5235,7 @@ var SubjectiveQuestionEditor_DragQuestions = function DragQuestions(_ref) {
background: '#9096A3'
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: '简答题'
children: '画图题'
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
className: EditPotinmodules.scoreinput,
@ -5273,7 +5273,7 @@ var SubjectiveQuestionEditor_DragQuestions = function DragQuestions(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(SubjectiveQuestionEditor/* SubjectiveQuestionEditor */.W, {
form: form,
showKeywords: true,
questionTitlePlaceholder: "\u8BF7\u7F16\u8F91\u7B80\u7B54\u9898\u9898\u5E72\u5185\u5BB9"
questionTitlePlaceholder: "\u8BF7\u7F16\u8F91\u753B\u56FE\u9898\u9898\u5E72\u5185\u5BB9"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(MoreSetting, {
getTagData: getTagData,
qitem: qitem,
@ -5921,7 +5921,7 @@ var AddQuestionsModal_AddModal = function AddModal(_ref) {
value: "COMPLETION",
question_type: 3
}, {
name: "简答题",
name: "画图题",
value: "SUBJECTIVE",
question_type: 4
}, {
@ -7210,7 +7210,7 @@ var questionType = [{
score: 'q_nulls_scores',
nameType: "COMPLETION"
}, {
name: '简答题',
name: '画图题',
id: 4,
count: 'q_mains',
score: 'q_mains_scores',

@ -643,7 +643,7 @@ var scoreStatusMapping = {
0: 'c-red-ee4',
1: 'c-green'
};
var mapping = (/* unused pure expression or super */ null && (["单选题", "多选题", "判断题", "填空题", "简答题", "实训题", "编程题"]));
var mapping = (/* unused pure expression or super */ null && (["单选题", "多选题", "判断题", "填空题", "画图题", "实训题", "编程题"]));
var Answer = function Answer(_ref) {
var _user$userInfo;
var globalSetting = _ref.globalSetting,

@ -4969,7 +4969,7 @@ var Answer = function Answer(_ref) {
});
};
// 简答
// 画图
var renderSimple = function renderSimple(item, key) {
if (isEducation) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(Simple2, {
@ -5148,7 +5148,7 @@ var Answer = function Answer(_ref) {
(item === null || item === void 0 ? void 0 : item.question_type) == 1 && renderMultiple(item, item === null || item === void 0 ? void 0 : item.question_type),
// 填空题
(item === null || item === void 0 ? void 0 : item.question_type) == 3 && renderFill(item, item === null || item === void 0 ? void 0 : item.question_type),
// 简答
// 画图
(item === null || item === void 0 ? void 0 : item.question_type) == 4 && renderSimple(item, item === null || item === void 0 ? void 0 : item.question_type),
// 实训题
(item === null || item === void 0 ? void 0 : item.question_type) == 5 && renderShixun(item, item === null || item === void 0 ? void 0 : item.question_type),

@ -12971,7 +12971,7 @@ var SubjectiveEditor = function SubjectiveEditor(_ref, ref) {
children: !(editData !== null && editData !== void 0 && editData.isPreview) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "font16 c-blue",
children: [editData.key, "\u3001\u7B80\u7B54\u9898"]
children: [editData.key, "\u3001\u753B\u56FE\u9898"]
}), "\uFF08", editData.question_score, "\u5206\uFF09"]
})
}), editData !== null && editData !== void 0 && editData.isPreview ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -14379,7 +14379,7 @@ var DragSubject = function DragSubject(_ref) {
score: data === null || data === void 0 || (_data$exercise_types8 = data.exercise_types) === null || _data$exercise_types8 === void 0 ? void 0 : _data$exercise_types8['q_nulls_scores'],
items: []
}, {
name: '简答题',
name: '画图题',
type: 4,
count: data === null || data === void 0 || (_data$exercise_types9 = data.exercise_types) === null || _data$exercise_types9 === void 0 ? void 0 : _data$exercise_types9['q_mains'],
score: data === null || data === void 0 || (_data$exercise_types10 = data.exercise_types) === null || _data$exercise_types10 === void 0 ? void 0 : _data$exercise_types10['q_mains_scores'],
@ -14590,7 +14590,7 @@ var DragSubject = function DragSubject(_ref) {
'多选题': 5,
'填空题': 2,
'判断题': 2,
'简答题': 10,
'画图题': 10,
'编程题': 10,
'实训题': 5,
'组合题': 10
@ -19196,7 +19196,7 @@ var DistinguishExerciseSettings_PublishSettings = function PublishSettings(_ref)
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: "2.\u8003\u8BD5\u72B6\u6001\u4E3A\"\u5DF2\u7ED3\u675F\";"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: "3.\u8BD5\u5377\u542B\u6709\u586B\u7A7A\u3001\u7F16\u7A0B\u3001\u5B9E\u8BAD\u3001\u7B80\u7B54\u9898\u4E2D\u4EFB\u610F\u9898\u578B\u3002"
children: "3.\u8BD5\u5377\u542B\u6709\u586B\u7A7A\u3001\u7F16\u7A0B\u3001\u5B9E\u8BAD\u3001\u753B\u56FE\u9898\u4E2D\u4EFB\u610F\u9898\u578B\u3002"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: "\u540C\u65F6\u6EE1\u8DB33\u4E2A\u6761\u4EF6\u624D\u53EF\u5F00\u542F\u96C6\u4E2D\u8BC4\u9605\uFF0C\u5F00\u542F\u540E\u4E0D\u53EF\u5173\u95ED\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002"
})]
@ -20169,7 +20169,7 @@ var questionType = {
1: "多选题",
2: "判断题",
3: "填空题",
4: "简答题",
4: "画图题",
5: "实训题",
6: "编程题",
7: "组合题",

@ -276,7 +276,7 @@ var _excluded = ["exercise", "globalSetting", "loading", "user", "dispatch"];
var PageCount = 30;
var TextArea = antd__WEBPACK_IMPORTED_MODULE_25__/* ["default"] */ .Z.TextArea;
var questionType = (/* unused pure expression or super */ null && (['单选题', '多选题', '判断题', '填空题', '简答题', '实训题', '编程题']));
var questionType = (/* unused pure expression or super */ null && (['单选题', '多选题', '判断题', '填空题', '画图题', '实训题', '编程题']));
var Export = function Export(_ref) {
var _userInfo$course, _exportData$exercise3, _exportData$exercise_2, _exportData$exercise4, _exportData$exercise5, _exportData$exercise6, _exportData$exercise7, _exportData$exercise8;
var exercise = _ref.exercise,

@ -2528,7 +2528,7 @@ var Answer = function Answer(_ref) {
});
};
// 简答
// 画图
var renderSimple = function renderSimple(item, key) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(components_Simple, {
item: item,
@ -2702,7 +2702,7 @@ var Answer = function Answer(_ref) {
(item === null || item === void 0 ? void 0 : item.question_type) == 1 && renderMultiple(item, item === null || item === void 0 ? void 0 : item.question_type),
// 填空题
(item === null || item === void 0 ? void 0 : item.question_type) == 3 && renderFill(item, item === null || item === void 0 ? void 0 : item.question_type),
// 简答
// 画图
(item === null || item === void 0 ? void 0 : item.question_type) == 4 && renderSimple(item, item === null || item === void 0 ? void 0 : item.question_type),
// 实训题
(item === null || item === void 0 ? void 0 : item.question_type) == 5 && renderShixun(item, item === null || item === void 0 ? void 0 : item.question_type),

@ -164,7 +164,7 @@ var _excluded = ["exercise", "globalSetting", "loading", "user", "dispatch"];
var questionType = ['单选题', '多选题', '判断题', '填空题', '简答题', '实训题'];
var questionType = ['单选题', '多选题', '判断题', '填空题', '画图题', '实训题'];
var ExeriseReview = function ExeriseReview(_ref) {
var _userInfo$course, _reviewGroupExercise$, _reviewGroupExercise$2, _reviewGroupExercise$3, _reviewGroupExercise$4, _reviewGroupExercise$5, _reviewGroupExercise$6, _reviewGroupExercise$7, _reviewGroupExercise$8, _reviewGroupExercise$9, _reviewGroupExercise$10, _reviewGroupExercise$11, _reviewGroupExercise$12, _reviewGroupExercise$13, _reviewGroupExercise$14, _reviewGroupExercise$15, _reviewGroupExercise$16;
var exercise = _ref.exercise,

@ -5127,7 +5127,7 @@ var ExeriseReview = function ExeriseReview(_ref) {
}, {
title: (questionName === null || questionName === void 0 || (_questionName$find8 = questionName.find(function (item) {
return item.value == constant/* QUESTIONTYPE */.f[4].nameType;
})) === null || _questionName$find8 === void 0 ? void 0 : _questionName$find8.name) || '简答题',
})) === null || _questionName$find8 === void 0 ? void 0 : _questionName$find8.name) || '画图题',
dataIndex: 'mains_scores',
align: "center"
}, {
@ -5809,7 +5809,7 @@ var ExeriseReview = function ExeriseReview(_ref) {
saveChangeScore: saveChangeScore,
sealedReview: (reviewExercise === null || reviewExercise === void 0 || (_reviewExercise$revie3 = reviewExercise.review_progress) === null || _reviewExercise$revie3 === void 0 ? void 0 : _reviewExercise$revie3.sealed_review) === true
}),
//简答
//画图
item.question_type === 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(component_Simple, {
item: item,
answerData: reviewExercise,

@ -977,7 +977,7 @@ var _excluded = ["shixunHomeworks", "globalSetting", "loading", "user", "dispatc
var questionType = (/* unused pure expression or super */ null && (['单选题', '多选题', '判断题', '填空题', '简答题', '实训题']));
var questionType = (/* unused pure expression or super */ null && (['单选题', '多选题', '判断题', '填空题', '画图题', '实训题']));
var ExeriseReview = function ExeriseReview(_ref) {
var _userInfo$course, _studentWorkDetail$ho, _studentWorkDetail$pr, _studentWorkDetail$pr2, _studentWorkDetail$pr3, _studentWorkDetail$pr4, _user$navigationInfo, _studentWorkDetail$pr5, _studentWorkDetail$pr6, _studentWorkDetail$pr7, _studentWorkDetail$wo, _studentWorkDetail$wo2, _studentWorkDetail$no, _studentWorkDetail$no2, _studentWorkDetail$no3, _studentWorkDetail$co, _studentWorkDetail$ho2, _studentWorkCommon$co, _studentWorkCommon$co2, _studentWorkCommon$co3, _studentWorkCommon$hi, _studentWorkCommon$hi2;
var shixunHomeworks = _ref.shixunHomeworks,

@ -4459,7 +4459,7 @@ var SubjectiveQuestionEditor_DragQuestions = function DragQuestions(_ref) {
background: '#9096A3'
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: '简答题'
children: '画图题'
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
className: EditPotinmodules.scoreinput,
@ -4497,7 +4497,7 @@ var SubjectiveQuestionEditor_DragQuestions = function DragQuestions(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(SubjectiveQuestionEditor/* SubjectiveQuestionEditor */.W, {
form: form,
showKeywords: true,
questionTitlePlaceholder: "\u8BF7\u7F16\u8F91\u7B80\u7B54\u9898\u9898\u5E72\u5185\u5BB9"
questionTitlePlaceholder: "\u8BF7\u7F16\u8F91\u753B\u56FE\u9898\u9898\u5E72\u5185\u5BB9"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(MoreSetting, {
getTagData: getTagData,
qitem: qitem,
@ -5126,7 +5126,7 @@ var AddQuestionsModal_AddModal = function AddModal(_ref) {
value: "COMPLETION",
question_type: 3
}, {
name: "简答题",
name: "画图题",
value: "SUBJECTIVE",
question_type: 4
}, {
@ -6116,7 +6116,7 @@ var questionType = [{
score: 'q_nulls_scores',
nameType: "COMPLETION"
}, {
name: '简答题',
name: '画图题',
id: 4,
count: 'q_mains',
score: 'q_mains_scores',

@ -89,7 +89,7 @@ var questionType = {
MULTIPLE: "多选题",
JUDGMENT: "判断题",
COMPLETION: "填空题",
SUBJECTIVE: "简答题",
SUBJECTIVE: "画图题",
PRACTICAL: "实训题",
PROGRAM: "编程题",
BPROGRAM: "程序填空题",

@ -3884,7 +3884,7 @@ var questionTypeMap = {
MULTIPLE: '多选题',
COMPLETION: '填空题',
JUDGMENT: '判断题',
SUBJECTIVE: '简答题',
SUBJECTIVE: '画图题',
PROGRAM: '编程题',
BPROGRAM: '程序填空题',
COMBINATION: '组合题',
@ -4428,7 +4428,7 @@ var options = [{
label: '判断题',
value: 'JUDGMENT'
}, {
label: '简答题',
label: '画图题',
value: 'SUBJECTIVE'
}, {
label: '编程题',

@ -669,7 +669,7 @@ var ProblemsetPage = function ProblemsetPage(_ref) {
name: '编程题'
}, {
type: 'SUBJECTIVE',
name: '简答题'
name: '画图题'
}, {
type: 'COMPLETION',
name: '填空题'

@ -256,7 +256,7 @@ var typeData = [{
name: "填空题",
value: "COMPLETION"
}, {
name: "简答题",
name: "画图题",
value: "SUBJECTIVE"
}, {
name: "组合题",

@ -715,7 +715,7 @@ var RenderEditor = function RenderEditor(_ref) {
showKeywords: true,
isMustKeyWords: false,
form: form,
questionTitlePlaceholder: "\u8BF7\u7F16\u8F91\u7B80\u7B54\u9898\u9898\u5E72\u5185\u5BB9"
questionTitlePlaceholder: "\u8BF7\u7F16\u8F91\u753B\u56FE\u9898\u9898\u5E72\u5185\u5BB9"
}),
"COMBINATION": /*#__PURE__*/(0,jsx_runtime.jsx)(QuestionEditor/* CombinationQuestionEditor */.rL, {
form: form,
@ -1385,7 +1385,7 @@ var NewItem = function NewItem(_ref2) {
label: '填空题',
value: 'COMPLETION'
}, {
label: '简答题',
label: '画图题',
value: 'SUBJECTIVE'
}, {
label: '编程题',

@ -525,7 +525,7 @@ var formatTypeNameToDefaultScore = function formatTypeNameToDefaultScore(typeNam
'多选题': 5,
'填空题': 2,
'判断题': 2,
'简答题': 10,
'画图题': 10,
'编程题': 10,
'实训题': 5,
'组合题': 10

@ -398,7 +398,7 @@ var typeData = [{
name: "填空题",
value: "COMPLETION"
}, {
name: "简答题",
name: "画图题",
value: "SUBJECTIVE"
}, {
name: "组合题",
@ -4039,7 +4039,7 @@ var problemsetMapping = [{
}, {
stateName: 'subjective_questions_count',
type: 'SUBJECTIVE',
typeName: '简答题'
typeName: '画图题'
}, {
stateName: 'program_questions_count',
type: 'PROGRAM',
@ -4181,7 +4181,7 @@ var typeMapping = {
"MULTIPLE": "多选题",
"JUDGMENT": "判断题",
"COMPLETION": "填空题",
"SUBJECTIVE": "简答题",
"SUBJECTIVE": "画图题",
"PROGRAM": "编程题",
"PRACTICAL": "实训题",
"COMBINATION": "组合题"
@ -7712,7 +7712,7 @@ var ProblemsetPage = function ProblemsetPage(_ref) {
name: '编程题'
}, {
type: 'SUBJECTIVE',
name: '简答题'
name: '画图题'
}, {
type: 'COMPLETION',
name: '填空题'

@ -2274,7 +2274,7 @@ var SubjectiveEditor = function SubjectiveEditor(_ref, ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "font16 c-blue",
children: "\u7B80\u7B54\u9898"
children: "\u753B\u56FE\u9898"
}), "\uFF08\u4E3B\u89C2\u9898\uFF0C\u672A\u4F5C\u7B54\u7684\u60C5\u51B5\u4E0B\u81EA\u52A8\u8BC4\u4E3A\u96F6\u5206\uFF09"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, {
@ -2416,7 +2416,7 @@ var SubjectiveEditor = function SubjectiveEditor(_ref, ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "font16 c-blue",
children: [editData.key, "\u3001\u7B80\u7B54\u9898"]
children: [editData.key, "\u3001\u753B\u56FE\u9898"]
}), "\uFF08", editData.question_score, "\u5206\uFF09"]
}), !editData.hideAction && actionArr.map(function (item, index) {
if (item.id === "up" && editData.key === 1) return null;
@ -2927,7 +2927,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
name: "填空题",
id: 3
}, {
name: "简答题",
name: "画图题",
id: 4
}, {
name: "实训题",
@ -3248,7 +3248,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
children: ["\u586B\u7A7A\u9898", (_polls$exerciseBanks20 = polls.exerciseBanks) === null || _polls$exerciseBanks20 === void 0 || (_polls$exerciseBanks20 = _polls$exerciseBanks20.exercise_types) === null || _polls$exerciseBanks20 === void 0 ? void 0 : _polls$exerciseBanks20.q_nulls, "\u9898\uFF0C\u5171", (_polls$exerciseBanks21 = polls.exerciseBanks) === null || _polls$exerciseBanks21 === void 0 || (_polls$exerciseBanks21 = _polls$exerciseBanks21.exercise_types) === null || _polls$exerciseBanks21 === void 0 ? void 0 : _polls$exerciseBanks21.q_nulls_scores, "\u5206"]
}), !!((_polls$exerciseBanks22 = polls.exerciseBanks) !== null && _polls$exerciseBanks22 !== void 0 && (_polls$exerciseBanks22 = _polls$exerciseBanks22.exercise_types) !== null && _polls$exerciseBanks22 !== void 0 && _polls$exerciseBanks22.q_mains) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "ml20",
children: ["\u7B80\u7B54\u9898", (_polls$exerciseBanks23 = polls.exerciseBanks) === null || _polls$exerciseBanks23 === void 0 || (_polls$exerciseBanks23 = _polls$exerciseBanks23.exercise_types) === null || _polls$exerciseBanks23 === void 0 ? void 0 : _polls$exerciseBanks23.q_mains, "\u9898\uFF0C\u5171", (_polls$exerciseBanks24 = polls.exerciseBanks) === null || _polls$exerciseBanks24 === void 0 || (_polls$exerciseBanks24 = _polls$exerciseBanks24.exercise_types) === null || _polls$exerciseBanks24 === void 0 ? void 0 : _polls$exerciseBanks24.q_mains_scores, "\u5206"]
children: ["\u753B\u56FE\u9898", (_polls$exerciseBanks23 = polls.exerciseBanks) === null || _polls$exerciseBanks23 === void 0 || (_polls$exerciseBanks23 = _polls$exerciseBanks23.exercise_types) === null || _polls$exerciseBanks23 === void 0 ? void 0 : _polls$exerciseBanks23.q_mains, "\u9898\uFF0C\u5171", (_polls$exerciseBanks24 = polls.exerciseBanks) === null || _polls$exerciseBanks24 === void 0 || (_polls$exerciseBanks24 = _polls$exerciseBanks24.exercise_types) === null || _polls$exerciseBanks24 === void 0 ? void 0 : _polls$exerciseBanks24.q_mains_scores, "\u5206"]
}), !!((_polls$exerciseBanks25 = polls.exerciseBanks) !== null && _polls$exerciseBanks25 !== void 0 && (_polls$exerciseBanks25 = _polls$exerciseBanks25.exercise_types) !== null && _polls$exerciseBanks25 !== void 0 && _polls$exerciseBanks25.q_shixuns) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "ml20",
children: ["\u5B9E\u8BAD\u9898", (_polls$exerciseBanks26 = polls.exerciseBanks) === null || _polls$exerciseBanks26 === void 0 || (_polls$exerciseBanks26 = _polls$exerciseBanks26.exercise_types) === null || _polls$exerciseBanks26 === void 0 ? void 0 : _polls$exerciseBanks26.q_shixuns, "\u9898\uFF0C\u5171", (_polls$exerciseBanks27 = polls.exerciseBanks) === null || _polls$exerciseBanks27 === void 0 || (_polls$exerciseBanks27 = _polls$exerciseBanks27.exercise_types) === null || _polls$exerciseBanks27 === void 0 ? void 0 : _polls$exerciseBanks27.q_shixuns_scores, "\u5206"]

@ -2246,7 +2246,7 @@ var SubjectiveEditor = function SubjectiveEditor(_ref, ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "font16 c-blue",
children: "\u7B80\u7B54\u9898"
children: "\u753B\u56FE\u9898"
}), "\uFF08\u4E3B\u89C2\u9898\uFF0C\u672A\u4F5C\u7B54\u7684\u60C5\u51B5\u4E0B\u81EA\u52A8\u8BC4\u4E3A\u96F6\u5206\uFF09"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, {
@ -2388,7 +2388,7 @@ var SubjectiveEditor = function SubjectiveEditor(_ref, ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "font16 c-blue",
children: [editData.key, "\u3001\u7B80\u7B54\u9898"]
children: [editData.key, "\u3001\u753B\u56FE\u9898"]
}), "\uFF08", editData.question_score, "\u5206\uFF09"]
}), !editData.hideAction && actionArr.map(function (item, index) {
if (item.id === "up" && editData.key === 1) return null;
@ -3191,7 +3191,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
name: "填空题",
id: 3
}, {
name: "简答题",
name: "画图题",
id: 4
}, {
name: "实训题",
@ -3460,7 +3460,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
children: ["\u586B\u7A7A\u9898", (_polls$exerciseBanks19 = polls.exerciseBanks) === null || _polls$exerciseBanks19 === void 0 || (_polls$exerciseBanks19 = _polls$exerciseBanks19.exercise_types) === null || _polls$exerciseBanks19 === void 0 ? void 0 : _polls$exerciseBanks19.q_nulls, "\u9898\uFF0C\u5171", (_polls$exerciseBanks20 = polls.exerciseBanks) === null || _polls$exerciseBanks20 === void 0 || (_polls$exerciseBanks20 = _polls$exerciseBanks20.exercise_types) === null || _polls$exerciseBanks20 === void 0 ? void 0 : _polls$exerciseBanks20.q_nulls_scores, "\u5206"]
}), !!((_polls$exerciseBanks21 = polls.exerciseBanks) !== null && _polls$exerciseBanks21 !== void 0 && (_polls$exerciseBanks21 = _polls$exerciseBanks21.exercise_types) !== null && _polls$exerciseBanks21 !== void 0 && _polls$exerciseBanks21.q_mains) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "ml20",
children: ["\u7B80\u7B54\u9898", (_polls$exerciseBanks22 = polls.exerciseBanks) === null || _polls$exerciseBanks22 === void 0 || (_polls$exerciseBanks22 = _polls$exerciseBanks22.exercise_types) === null || _polls$exerciseBanks22 === void 0 ? void 0 : _polls$exerciseBanks22.q_mains, "\u9898\uFF0C\u5171", (_polls$exerciseBanks23 = polls.exerciseBanks) === null || _polls$exerciseBanks23 === void 0 || (_polls$exerciseBanks23 = _polls$exerciseBanks23.exercise_types) === null || _polls$exerciseBanks23 === void 0 ? void 0 : _polls$exerciseBanks23.q_mains_scores, "\u5206"]
children: ["\u753B\u56FE\u9898", (_polls$exerciseBanks22 = polls.exerciseBanks) === null || _polls$exerciseBanks22 === void 0 || (_polls$exerciseBanks22 = _polls$exerciseBanks22.exercise_types) === null || _polls$exerciseBanks22 === void 0 ? void 0 : _polls$exerciseBanks22.q_mains, "\u9898\uFF0C\u5171", (_polls$exerciseBanks23 = polls.exerciseBanks) === null || _polls$exerciseBanks23 === void 0 || (_polls$exerciseBanks23 = _polls$exerciseBanks23.exercise_types) === null || _polls$exerciseBanks23 === void 0 ? void 0 : _polls$exerciseBanks23.q_mains_scores, "\u5206"]
}), !!((_polls$exerciseBanks24 = polls.exerciseBanks) !== null && _polls$exerciseBanks24 !== void 0 && (_polls$exerciseBanks24 = _polls$exerciseBanks24.exercise_types) !== null && _polls$exerciseBanks24 !== void 0 && _polls$exerciseBanks24.q_shixuns) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "ml20",
children: ["\u5B9E\u8BAD\u9898", (_polls$exerciseBanks25 = polls.exerciseBanks) === null || _polls$exerciseBanks25 === void 0 || (_polls$exerciseBanks25 = _polls$exerciseBanks25.exercise_types) === null || _polls$exerciseBanks25 === void 0 ? void 0 : _polls$exerciseBanks25.q_shixuns, "\u9898\uFF0C\u5171", (_polls$exerciseBanks26 = polls.exerciseBanks) === null || _polls$exerciseBanks26 === void 0 || (_polls$exerciseBanks26 = _polls$exerciseBanks26.exercise_types) === null || _polls$exerciseBanks26 === void 0 ? void 0 : _polls$exerciseBanks26.q_shixuns_scores, "\u5206"]

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