Commit a241800a by Sylvia Pearce

A few more minor revisions to UI text

parent 6ed6df2f
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<div class="openassessment__grade__content"> <div class="openassessment__grade__content">
<span class="grade__value">Waiting for Peers to Assess Your Response</span> <span class="grade__value">Waiting for Peers to Assess Your Response</span>
<!-- SP: Would it be possible to specify the number of peers who have to evaluate the response - e.g., "After three of your peers have assessed your response..."? -->
<p>Your response is still undergoing peer assessment. After your peers have assessed your response, you'll see their feedback and receive your final grade.</p> <p>Your response is still undergoing peer assessment. After your peers have assessed your response, you'll see their feedback and receive your final grade.</p>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<h2 class="step__title"> <h2 class="step__title">
<span class="step__counter"></span> <span class="step__counter"></span>
<span class="wrapper--copy"> <span class="wrapper--copy">
<span class="step__label">Evaluate Peers' Responses</span> <span class="step__label">Assess Peers' Responses</span>
<span class="step__deadline">due <span class="date">{{ formatted_due_datetime }}</span></span> <span class="step__deadline">due <span class="date">{{ formatted_due_datetime }}</span></span>
</span> </span>
</h2> </h2>
......
...@@ -84,9 +84,8 @@ ...@@ -84,9 +84,8 @@
<ol class="list list--fields submission__feeedback__content ui-toggle-visibility__content"> <ol class="list list--fields submission__feeedback__content ui-toggle-visibility__content">
<li class="field field--textarea feedback__remarks" id="feedback__remarks"> <li class="field field--textarea feedback__remarks" id="feedback__remarks">
<label for="feedback__remarks__value">Please provide feedback on the assessments you received from your peers.</label> <label for="feedback__remarks__value">Please provide feedback on the score and comments you received from your peers.</label>
<!-- SP: For consistency, I think we should always use the term "assessment" instead of "feedback" to refer to the peer assessments - otherwise, we're asking students to provide feedback on the peer feedback, and that can get confusing. Thus I'd change the text in the following placeholder to "I feel the peer assessment I received was..." --> <textarea id="feedback__remarks__value" placeholder="I feel the score and comments I received were..."></textarea>
<textarea id="feedback__remarks__value" placeholder="I feel the feedback I received was..."></textarea>
</li> </li>
</ol> </ol>
......
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