Commit 59974161 by Xavier Antoviaque

Remove title from MRQ individual feedback

parent c9d4e861
<div class="tip-choice-group">
<div class="close"></div>
<div class="title">
{% if completed %}
Correct! That is the right choice.
{% else %}
That is not the right choice.
{% endif %}
</div>
{% for tip_fragment in tips_fragments %}
{{ tip_fragment.body_html|safe }}
{% endfor %}
......
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