summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
authorprathamesh2016-02-23 15:45:25 +0530
committerprathamesh2016-02-23 15:45:25 +0530
commit815cd103ec67bcea8cdced706138063cecdcef8c (patch)
tree053e51b057aad4df034809758b6e2a869d81fd63 /yaksh
parent0a10f67dcb20984ff294e8f792b5716e5adee0e8 (diff)
downloadonline_test-815cd103ec67bcea8cdced706138063cecdcef8c.tar.gz
online_test-815cd103ec67bcea8cdced706138063cecdcef8c.tar.bz2
online_test-815cd103ec67bcea8cdced706138063cecdcef8c.zip
Changed as per suggestion
Diffstat (limited to 'yaksh')
-rw-r--r--yaksh/templates/yaksh/statistics_question.html2
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 %}