From b04217b60cbe1b39e8d5ab95bdb8565ec3eb41be Mon Sep 17 00:00:00 2001 From: Akshen Date: Thu, 15 Nov 2018 15:46:17 +0530 Subject: Final LeaderBoard - Take quiz option is hidden - DWSIM QUIZ updated with leaderboard --- static/website/templates/dwsim-quiz.html | 152 ++++++++++++++++++++++++++++++- static/website/templates/navbar.html | 2 +- static/website/templates/take_quiz.html | 132 +++++++++++++++++++++++++-- 3 files changed, 276 insertions(+), 10 deletions(-) diff --git a/static/website/templates/dwsim-quiz.html b/static/website/templates/dwsim-quiz.html index a0c459a..8a0ebe1 100644 --- a/static/website/templates/dwsim-quiz.html +++ b/static/website/templates/dwsim-quiz.html @@ -8,8 +8,11 @@ {% include 'navbar.html' %} {% block content %} +
+
+

+ + +
+

Leaderboard

+

This is the final leaderboard after addition of online quiz and flowsheeting competition marks

+ + + + + +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankParticipant NameScore
1 +   Mehulkumar Sutariya + +   132 +
2 +   Vignesh Candasamy + +   131 +
3 +   Sushruth Nambiath + +   76 +
4 +   Varun Doshi + +   72 +
5 +   Jayram Ganesan + +   67 +
6 +   Swetha Saraswathi + +   51 +
7 +   Prassana R + +   48 +
8 +   Amarnath + +   35 +
9 +   Pranaav + +   26 +
10 +   Akash Subramaniam + +   26 +
11 +   Charan Rajagopal + +   8 +
12 +   Athithyan + +   3 +
+ +
+ + + + -
  • Take Quiz
  • +
  • View Solutions
  • {% endif %} diff --git a/static/website/templates/take_quiz.html b/static/website/templates/take_quiz.html index 3e62018..fbfa9fc 100644 --- a/static/website/templates/take_quiz.html +++ b/static/website/templates/take_quiz.html @@ -48,7 +48,8 @@
    {% else %} - + +
    +
    -

    Leaderboard

    +

    Leaderboard

    +

    This is the final leaderboard after addition of online quiz and flowsheeting competition marks

    +   - {% for participant in leaderboard %} + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - {% endfor %}
    Rank Participant NameScore
    1 -   {{ participant.0.user.get_full_name }} +   Mehulkumar Sutariya -   {{ participant.1 }} +   132
    2 +   Vignesh Candasamy + +   131 +
    3 +   Sushruth Nambiath + +   76 +
    4 +   Varun Doshi + +   72 +
    5 +   Jayram Ganesan + +   67 +
    6 +   Swetha Saraswathi + +   51 +
    7 +   Prassana R + +   48 +
    8 +   Amarnath + +   35 +
    9 +   Pranaav + +   26 +
    10 +   Akash Subramaniam + +   26 +
    11 +   Charan Rajagopal + +   8 +
    12 +   Athithyan + +   3 +
    -- cgit