This commit is contained in:
Ross
2021-09-12 09:36:14 +01:00
parent 83bc9d89ec
commit 03bcd07862
+8
View File
@@ -23,6 +23,14 @@ Either edit your score before or set the overall score here.<br/>
<button type="submit" name="save" class="save btn btn-default" title="Save score">Save Score</button>
</form>
<h4>Marker scores and reason</h4>
<ul>
{% for mark_objects in answer.mark %}{% endfor %}
<li>{{answer.marker}}: answer.score<br/>
{{answer.mark_reason}}
</li>
{% endfor %}
</ul>
</div>
{% endif %}