Commit e80af004 by Brian Talbot

adding placeholder HTML for displaying self assessment values alongside peer in grade UI

parent f0df46a0
......@@ -68,6 +68,22 @@
{% endfor %}
{% endwith %}
{% endfor %}
<li class="answer self-assessment"
id="question--{{ criterion_num }}__answer--self">
<h5 class="answer__title">
<span class="answer__source">
<span class="value">Your Answer</span>
</span>
<span class="answer__value">
<span class="label sr">Your Assessment: </span>
<span class="value">{{ part.option.name }}</span>
</span>
</h5>
<span class="answer__content">
{{ part.option.explanation }}
</span>
</li>
</ul>
</li>
{% endwith %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment