.
This commit is contained in:
@@ -9,13 +9,13 @@
|
|||||||
<h4>{{t}}</h4>
|
<h4>{{t}}</h4>
|
||||||
<ul>
|
<ul>
|
||||||
{% for e in exams %}
|
{% for e in exams %}
|
||||||
<li><a href="{{e.get_take_url}}" target="_blank">{{e.name}} {% if e.active %}[Active]{% endif %}</a></li>
|
<li><a href="{{e.get_take_url}}?cid={{cid}}&passcode={{passcode}}" target="_blank">{{e.name}} {% if e.active %}[Active]{% endif %}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<h3>Exam results</h3>
|
<h3>Exam results</h3>
|
||||||
The following exam results been found (click to view answers and scores):
|
The following exam results been found. Click to view answers (and scores when the results are published):
|
||||||
{% if physics_exams %}
|
{% if physics_exams %}
|
||||||
<h4>Physics</h4>
|
<h4>Physics</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user