diff options
author | prathamesh | 2016-02-23 15:45:25 +0530 |
---|---|---|
committer | prathamesh | 2016-02-23 15:45:25 +0530 |
commit | 815cd103ec67bcea8cdced706138063cecdcef8c (patch) | |
tree | 053e51b057aad4df034809758b6e2a869d81fd63 /yaksh | |
parent | 0a10f67dcb20984ff294e8f792b5716e5adee0e8 (diff) | |
download | online_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.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 %} |