.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user