diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index 5e1ff906..127beb40 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -1,69 +1,69 @@ {% extends 'anatomy/exams.html' %} {% block content %} -
-

{{ exam.name }}

+
+

{{ exam.name }}

- {% if unmarked %} - - - {% endif %} - -
-
-

Stats

- Candidates: {{cids|length}}
- Max score: {{max_score}}
- Mean: {{mean}}, Median {{median}}, Mode {{mode}} - -
{{plot|safe}}
-
-
- - - - - - {% for user, value in user_answers_marks.items %} - - - - - {% endfor %} -
Candidate IDScore
{{user}}{{user_scores|get_item:user}}
-
-
-

Results as a table

- - - - - {% for cid in cids %} - + {% if unmarked %} + + {% endif %} + + +
+

Stats

+ Candidates: {{cids|length}}
+ Max score: {{max_score}}
+ Mean: {{mean}}, Median {{median}}, Mode {{mode}} + +
{{plot|safe}}
+
+
+
Candidate{{cid}}
+ + + - - {% for question in questions %} - - - {% for ans, score in by_question|get_item:question %} - + {% for user, value in user_answers_marks.items %} + + + + {% endfor %} - - {% endfor %} - - - {% for score in user_scores_list %} - - {% endfor %} - -
Candidate IDScore
Question {{forloop.counter}}{{ans}}
{{user}}{{user_scores|get_item:user}}
Score:{{score}}
+ +
+
+

Results as a table

+ + + + + {% for cid in cids %} + + {% endfor %} - -{% endblock %} \ No newline at end of file + + + {% for question in questions %} + + + {% for ans, score in by_question|get_item:question %} + + {% endfor %} + + {% endfor %} + + + {% for score in user_scores_list %} + + {% endfor %} + +
Candidate{{cid}}
Question {{forloop.counter}}{{ans}}
Score:{{score}}
+ +
+{% endblock %} diff --git a/generic/templates/generic/questionnote_form.html b/generic/templates/generic/questionnote_form.html index 274a40cc..9dfb6f8f 100755 --- a/generic/templates/generic/questionnote_form.html +++ b/generic/templates/generic/questionnote_form.html @@ -4,7 +4,7 @@ {% block content %}

Add Feedback