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