From a9f8ee4104bc466a5aa2776748f4734f73aad4c5 Mon Sep 17 00:00:00 2001 From: flower Date: Sun, 27 Jan 2019 23:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=80=83=E8=AF=95=E8=AE=B0?= =?UTF-8?q?=E5=BD=95,=E8=80=83=E8=AF=95=E4=BA=A4=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/web/user/userexamination.html | 100 ++++++++++++++++++ .../web/user/userexamination_detail.html | 76 +++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 ruoyi-cms/src/main/resources/templates/web/user/userexamination.html create mode 100644 ruoyi-cms/src/main/resources/templates/web/user/userexamination_detail.html diff --git a/ruoyi-cms/src/main/resources/templates/web/user/userexamination.html b/ruoyi-cms/src/main/resources/templates/web/user/userexamination.html new file mode 100644 index 000000000..d06ff5eef --- /dev/null +++ b/ruoyi-cms/src/main/resources/templates/web/user/userexamination.html @@ -0,0 +1,100 @@ + + + + + + + +
+
+ +
+
+
+ +
+
+ 我的考试记录 +
+
+ + + + + + + + + +
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/ruoyi-cms/src/main/resources/templates/web/user/userexamination_detail.html b/ruoyi-cms/src/main/resources/templates/web/user/userexamination_detail.html new file mode 100644 index 000000000..753d2c7b4 --- /dev/null +++ b/ruoyi-cms/src/main/resources/templates/web/user/userexamination_detail.html @@ -0,0 +1,76 @@ + + + + + + + +
+
+ +
+
+
+ +
+
+ 该试卷无法查看 +
+
+ 得分:[[${data.score}]] +
+
+
+

[[${itemStat.index+1}]]:[[${item.title}]] + ✔️回答正确 + ✘回答错误 +

+ +
+

[[${qItem.number}]]:[[${qItem.content}]]

+

正确答案[[${item.answer}]]

+
+
+
+ + + +
+
+ + + + + + + + + + + + + \ No newline at end of file