diff options
-rw-r--r-- | yaksh/templates/yaksh/statistics_question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/statistics_question.html b/yaksh/templates/yaksh/statistics_question.html index d9fcd34..dc4786f 100644 --- a/yaksh/templates/yaksh/statistics_question.html +++ b/yaksh/templates/yaksh/statistics_question.html @@ -9,7 +9,7 @@ Statistics for {{quiz_name}} {% endblock %} {% block manage %} -<p><b>Total number of participants(including multiple attempts): {{ total }}</b></p> +<p><b>Total number of participants: {{ total }}</b></p> <table class="bordered-table zebra-striped"> <tr><th>Question</th><th>Type</th><th>Answered</th></tr> {% for question, attempts in question_stats.items %} |