Commit 4f3ae183 by Brian Talbot

making general feedback fields have unique attribute values in both peer and self assessment UI

parent 0301feed
...@@ -91,12 +91,12 @@ ...@@ -91,12 +91,12 @@
</li> </li>
{% endfor %} {% endfor %}
<li class="wrapper--input field field--textarea assessment__rubric__question assessment__rubric__question--feedback" id="assessment__rubric__question--004"> <li class="wrapper--input field field--textarea assessment__rubric__question assessment__rubric__question--feedback" id="assessment__rubric__question--feedback">
<label class="question__title" for="assessment__rubric__question--004__value"> <label class="question__title" for="assessment__rubric__question--feedback__value">
<i class="ico fa fa-caret-right"></i> <i class="ico fa fa-caret-right"></i>
<span class="question__title__copy">Please provide any other feedback you have around this response</span> <span class="question__title__copy">Please provide any other feedback you have around this response</span>
</label> </label>
<textarea id="assessment__rubric__question--004__value" placeholder="I felt this response was..."></textarea> <textarea id="assessment__rubric__question--feedback__value" placeholder="I felt this response was..."></textarea>
</li> </li>
</ol> </ol>
</fieldset> </fieldset>
......
...@@ -69,12 +69,12 @@ ...@@ -69,12 +69,12 @@
</li> </li>
{% endfor %} {% endfor %}
<li class="wrapper--input field field--textarea assessment__rubric__question" id="assessment__rubric__question--004"> <li class="wrapper--input field field--textarea assessment__rubric__question" id="assessment__rubric__question--feedback">
<label for="assessment__rubric__question--004__value"> <label for="assessment__rubric__question--feedback__value">
<i class="ico fa fa-caret-right"></i> <i class="ico fa fa-caret-right"></i>
<span class="question__title__copy">Please provide any other feedback you have around this response</span> <span class="question__title__copy">Please provide any other feedback you have around this response</span>
</label> </label>
<textarea id="assessment__rubric__question--004__value" placeholder="I felt this response was..."></textarea> <textarea id="assessment__rubric__question--feedback__value" placeholder="I felt this response was..."></textarea>
</li> </li>
</ol> </ol>
</fieldset> </fieldset>
......
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