diff --git a/templates/exam.html b/templates/exam.html deleted file mode 100644 index 7580a9e..0000000 --- a/templates/exam.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - -在线习题测试系统 - - - - - - - - - - - - - - -
-
-
-
-
- - -
-

- 01:40 -

- -
- -
-
-

单选题

-

- 10题, - 合计50 -

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