From 022d791c8ddd5262911a0eaf46b04c317e547f50 Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 22 Dec 2022 17:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/catalogCourseware.vue | 40 +-- src/components/Course/courseExam.vue | 313 ++++++++++++++------ 2 files changed, 232 insertions(+), 121 deletions(-) diff --git a/src/components/Course/catalogCourseware.vue b/src/components/Course/catalogCourseware.vue index cd2ba745..520a90a1 100644 --- a/src/components/Course/catalogCourseware.vue +++ b/src/components/Course/catalogCourseware.vue @@ -151,7 +151,8 @@
-
+ + @@ -183,36 +179,6 @@ - - - - - - - - @@ -234,7 +200,7 @@
-
+
-->
diff --git a/src/components/Course/courseExam.vue b/src/components/Course/courseExam.vue index baa00ae2..23227c5c 100644 --- a/src/components/Course/courseExam.vue +++ b/src/components/Course/courseExam.vue @@ -2,8 +2,8 @@
- 自定义考试 - 选择已有考试 + 自定义考试 + 选择已有考试
@@ -14,140 +14,162 @@
--> -
-
-
搜索已有考试
+
+
查询
+
返回
-
- - - +
+ + + + + - - - - - - +
+ +
-
-
自定义考试
+
+
{{exam.paperType==1? '自定义考试':'使用独立考试试卷'}}
只显示试题 - 重新选择 + 保 存 + 删 除
- + + - - + + - + + - + - - - 允许查看解析 - - - 允许查看答案 - + + + + + 最高一次 最后一次 + + + + 实际成绩*100/实际总分 + + +
-
- 导入 - 添加 - 提交 -
-
- - - - - - - - - - - +
+
+
+
试卷: {{usePaper.paperName}}
+
-
考试信息
重新设置考试
+
考试信息
- - XXXXXXXXXXXXXXX - 60分钟 - 允许查看 - 不允许查看 - - 不限制 - 题目乱序 - 最高一次 - 60% + + + {{exam.info.paperType==1? '自定义试卷':'使用考试试卷: '+usePaper.paperName}} + + + {{exam.info.passScore}}分钟 + + {{exam.info.passLine}}% + + + + + 最高一次 + 最后一次 + + + + 按百分制显示 + 按实际得分显示 + + + + {{exam.info.info}} + - 编辑试卷 - 预览试卷 + 修 改 + 删 除 -
只限于自定义考试,才会有编辑试卷
@@ -162,9 +184,21 @@