<h4class="field-group__label">{% trans "Select the statements below that best reflect your experience with peer assessments" %}:</h4>
<h4id="feedback__overall__prompt"class="field-group__label">{% trans "Select the statements below that best reflect your experience with peer assessments" %}:</h4>
<olclass="list--options">
<liclass="option option--useful">
<inputtype="checkbox"
name="feedback__overall__value"
id="feedback__overall__value--useful"
class="option__input feedback__overall__value"
value="These assessments were useful."/>
value="These assessments were useful."
aria-labelledby="feedback__overall__prompt"/>
<labelclass="option__label"for="feedback__overall__value--useful">{% trans "These assessments were useful." %}</label>
</li>
<liclass="option option--notuseful">
...
...
@@ -137,7 +138,8 @@
name="feedback__overall__value"
id="feedback__overall__value--notuseful"
class="option__input feedback__overall__value"
value="These assessments were not useful."/>
value="These assessments were not useful."
aria-labelledby="feedback__overall__prompt"/>
<labelclass="option__label"for="feedback__overall__value--notuseful">{% trans "These assessments were not useful." %}</label>
</li>
<liclass="option option--disagree">
...
...
@@ -145,7 +147,8 @@
name="feedback__overall__value"
id="feedback__overall__value--disagree"
class="option__input feedback__overall__value"
value="I disagree with one or more of the peer assessments of my response."/>
value="I disagree with one or more of the peer assessments of my response."
aria-labelledby="feedback__overall__prompt"/>
<labelclass="option__label"for="feedback__overall__value--disagree">{% trans "I disagree with one or more of the peer assessments of my response." %}</label>
</li>
<liclass="option option--inappropriate">
...
...
@@ -153,7 +156,8 @@
name="feedback__overall__value"
id="feedback__overall__value--inappropriate"
class="option__input feedback__overall__value"
value="Some comments I received were inappropriate."/>
value="Some comments I received were inappropriate."
aria-labelledby="feedback__overall__prompt"/>
<labelclass="option__label"for="feedback__overall__value--inappropriate">{% trans "Some comments I received were inappropriate." %}</label>