From 576c35be9da8bf1109b1ed4c0843db298bca3d00 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Fri, 5 Jul 2024 09:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/elExam/onlineExam/toExam.html | 170 ++++++++++-------- 1 file changed, 93 insertions(+), 77 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html b/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html index ce88f46..414cbe3 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html @@ -4,6 +4,7 @@ + -
-
- -
-
-
- -
- [[${exam.title}]] -
-
-
-
-
-
-
- -
-
- [[${exam.totalTime}]]分钟 -
-
-
-
- -
-
-
-
- -
-
- [[${exam.totalScore}]] -
-
-
-
-
-
-
-
- -
- [[${exam.qualifyScore}]] -
-
-
-
-
-
-
- -
- [[${exam.content}]] -
-
-
-
-
-
-
- -
- -
-
-
-
- -
-
-
-
-   - +
+
+ + + + + + + + +
考试名称:[[${ exam.title }]]
+
考试时长:[[${ exam.totalTime }]]分钟
+
试卷总分:[[${ exam.totalScore }]]分
+
及格分数:[[${ exam.qualifyScore }]]分
+
考试描述:[[${ exam.content }]]
+
开放类型:[[${ exam.openType}]]
+ +
+ +
+ + + + + 开始考试 + + + + 返回 + + + + +
+