Complete supervisor model and start improving forms
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% if view_all_results or exam.publish_results %}
|
||||
<br /> Total mark: {{ total_score }} / {{max_score}}
|
||||
{% if normalised_score %}
|
||||
<br /> Normalised score: {{ normalised_score }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div>
|
||||
{% if cid %}
|
||||
<a href="{% url 'cid_scores' cid passcode %}">Other exams</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user