From a269e0e1884edebd57822f3f433c3e8d26d767f1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 10 Dec 2015 14:54:47 +0100 Subject: [PATCH] progression name --- teleforma/templates/quiz/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/quiz/question.html b/teleforma/templates/quiz/question.html index 47815ab2..1a8d9cc3 100644 --- a/teleforma/templates/quiz/question.html +++ b/teleforma/templates/quiz/question.html @@ -103,7 +103,7 @@
  • {% trans "Seminar" %} : {{ seminar_progress }}%
  • -
  • {% trans "Answer" %} : {{ progress }}% +
  • {% trans "Quiz" %} : {{ progress }}
  • -- 2.39.5