From 5c0d64f8a100a74bda7f9160f2f33db7807c3171 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Wed, 26 Aug 2020 15:59:46 +0530 Subject: Add correct column name to question statistics page --- yaksh/templates/yaksh/statistics_question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/statistics_question.html b/yaksh/templates/yaksh/statistics_question.html index 58fd8db..606f5e9 100644 --- a/yaksh/templates/yaksh/statistics_question.html +++ b/yaksh/templates/yaksh/statistics_question.html @@ -19,7 +19,7 @@ {% if question_stats %}

Total number of participants: {{ total }}

- + {% for question, value in question_stats.items %} {% endfor %} -- cgit
QuestionTypeTotalAnswered
QuestionTypeTotalAnswered Correctly
{{ question.summary }}{{ question.type }}{{value.1}}{{ value.0 }} ({% widthratio value.0 value.1 100 %}%)