Commit 73ed5c61 by Brian Talbot

adding missing root class of 'wrapper--xblock'

parent 4b261382
......@@ -10,14 +10,10 @@
-->
<div class="wrapper wrapper--openassessment theme--basic">
<div class="wrapper wrapper--xblock wrapper--openassessment theme--basic">
<div class="openassessment" id="openassessment">
<div class="wrapper--grid">
<h1 class="openassessment__title">
<span class="openassessment__title--super">
{{ title }}
</span>
<span class="openassessment__title--sub">
<span class="problem-type problem-type--open-ended-response">Open Ended Response</span>
{% for assessment in rubric_assessments %}
......@@ -25,6 +21,10 @@
<span class="problem-type problem-type--{{ assessment.type }}">{{ assessment.name }}</span>
{% endfor %}
</span>
<span class="openassessment__title--super">
{{ title }}
</span>
</h1>
<!--?: may have trouble with aync -->
......
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