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 %} +
+
+
+
+
+
+
+
+ + + + + + +