more cid user anatomy testing
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{% if view_all_results or exam.publish_results %}
|
||||
<br /> Total mark: {{ total_score }} / {{max_score}}
|
||||
<div class="score-overview">
|
||||
<br /> Total marks: <span id="total-score">{{ total_score }}</span> / <span id="max-score">{{max_score}}</span>
|
||||
{% if normalised_score %}
|
||||
<br /> Normalised score: {{ normalised_score }}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div>
|
||||
{% if cid %}
|
||||
|
||||
Reference in New Issue
Block a user