Commit 610b0abf by Brian Talbot

correcting label + input association for assessment feedback form

parent 58529965
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
id="feedback__overall__value--disagree" id="feedback__overall__value--disagree"
class="option__input feedback__overall__value" class="option__input feedback__overall__value"
value="I disagree with the ways that my peers assessed me." /> value="I disagree with the ways that my peers assessed me." />
<label class="option__label" for="feedback__overall__value--notuseful">I disagree with the ways that my peers assessed me.</label> <label class="option__label" for="feedback__overall__value--disagree">I disagree with the ways that my peers assessed me.</label>
</li> </li>
<li class="option option--inappropriate"> <li class="option option--inappropriate">
<input type="checkbox" <input type="checkbox"
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
id="feedback__overall__value--inappropriate" id="feedback__overall__value--inappropriate"
class="option__input feedback__overall__value" class="option__input feedback__overall__value"
value="I received some inappropriate comments." /> value="I received some inappropriate comments." />
<label class="option__label" for="feedback__overall__value--notuseful">I received some inappropriate comments.</label> <label class="option__label" for="feedback__overall__value--inappropriate">I received some inappropriate comments.</label>
</li> </li>
</ol> </ol>
</li> </li>
......
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