show results if admin

This commit is contained in:
Ross
2023-10-16 09:52:57 +01:00
parent 12a8afe771
commit c786019af1
5 changed files with 7 additions and 4 deletions
@@ -22,7 +22,7 @@
<span class="submitted-user-answer">
<pre>{{ans}}</pre>
</span>
{% if exam.publish_results %}
{% if exam.publish_results or view_all_results%}
<span class="answer-score">{{score}}</span>
{% endif %}
</span>