From: Guillaume Pellerin Date: Thu, 10 Dec 2015 13:52:14 +0000 (+0100) Subject: try quiz progress X-Git-Tag: 2.8.1-pro~263 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b32550554cf597f3098f93ce5d152ecbfcb5b23a;p=teleforma.git try quiz progress --- diff --git a/teleforma/templates/quiz/question.html b/teleforma/templates/quiz/question.html index 11015526..b5064860 100644 --- a/teleforma/templates/quiz/question.html +++ b/teleforma/templates/quiz/question.html @@ -30,7 +30,7 @@
{% include 'correct_answer.html' %} - +
{% if previous.previous_question.explanation %} @@ -89,4 +89,28 @@ {% block result %} {% endblock result %} +{% block progress %} +
+

status {% trans "Progressions" %}

+
+
+
    +
  • {% trans "General" %} : {{ total_progress }}% +
    +
  • +
  • {% trans "Seminar" %} : {{ seminar_progress }}% +
    +
  • +
  • {% trans "Answer" %} : {{ seminar_progress }}% +
    +
  • + +
+ +
+
+
+{% endblock progress %} + + {% endblock %}