diff --git a/app/templates/clozeTest.html b/app/templates/clozeTest.html new file mode 100644 index 0000000..52a4f44 --- /dev/null +++ b/app/templates/clozeTest.html @@ -0,0 +1,56 @@ + + + + + clozeTest + + + + + +

{{ msg }}

+{% set ascll = ['A','B','C','D'] %} +
{{ essay._essay }}
+
+ +
+
+ +
+

请输入abcd或其大写

+

tip:异常输入会被自动清除

+
+ + + {% for question in essay._questions %} + +

+ {{ loop.index }}. + {% for q in question %} + {{ ascll[loop.index0] }}. + {{ q }} + {% endfor %} +

+

{{ answers[loop.index0] }}

+ + {% endfor %} +

+ +
+ + \ No newline at end of file diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index 19542c1..bbf2107 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -32,6 +32,10 @@

阅读文章并回答问题

{{ today_article|safe }}
+
+ +
+ 生词高亮 大声朗读 划词入库