+ content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes"/>
@@ -25,34 +25,34 @@
EnglishPal Study Room for {{ username }}
@@ -69,32 +69,43 @@
{% for message in get_flashed_messages() %}
- {{ message }}
-
+ {{ message }}
+
{% endfor %}
-
+
+ 下一篇
+
阅读文章并回答问题
-
According to your word list, your level is {{ today_article["user_level"] }} and we have chosen an article with a difficulty level of {{ today_article["text_level"] }} for you. The Oxford word coverage is {{ (today_article["ratio"] * 100) | int }}%.
-
Article added on: {{ today_article["date"] }}
+ {% if today_article and today_article["ratio"] is not none %}
+
+ According to your word list, your level is
+ {{ today_article["user_level"] }}
+ and we have chosen an article with a difficulty level of
+ {{ today_article["text_level"] }}
+ for you. The Oxford word coverage is
+ {{ (today_article["ratio"] * 100) | int }}%.
+
+ {% else %}
+
No article or article is incomplete.
+ {% endif %}
+
Article added on: {{ today_article["date"] }}
- 标记文章
-
+ 标记文章
+
{{ today_article["article_title"] }}
@@ -114,11 +125,13 @@
}
ANSWER
-
{{ today_article['answer'] }}
+
+ {{ today_article['answer'] }}
+
-
+
-
+
Notes: No article is currently available for you. You can try again a few times or mark new words in the passage to improve your level.