From 7e9ac1b9064f63c5d400b8aa23aa6e55874dd64a Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Mon, 31 May 2021 14:09:12 +0800 Subject: [PATCH] exam.html --- templates/exam.html | 137 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 templates/exam.html diff --git a/templates/exam.html b/templates/exam.html new file mode 100644 index 0000000..394dac0 --- /dev/null +++ b/templates/exam.html @@ -0,0 +1,137 @@ + + + + + + +在线习题测试系统 + + + + + + + + + + + + + + +
+
+
+
+
+ + +
+

+ 01:40 +

+ +
+ +
+
+

单选题

+

+ 10题, + 合计50 +

+
+
+
+
    + {% for paper1 in paper %} + {% for test in paper1.pid.all %} +
  • +
    + {{ forloop.counter}}({{ test.score }}分) + {{ test.title }} + +
    +
    +
      +
    • + + +
    • + +
    • + + +
    • + +
    • + + +
    • + +
    • + + +
    • +
    +
    +
  • + {% endfor %} + {% endfor %} +
+
+
+
+
+
+
+
+ + + + + + +