From b32550554cf597f3098f93ce5d152ecbfcb5b23a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 10 Dec 2015 14:52:14 +0100 Subject: [PATCH] try quiz progress --- teleforma/templates/quiz/question.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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 %} -- 2.39.5