Commit 7351e25a by Marko Jevtić

Merge pull request #713 from edx/mjevtic/TNL-60

(TNL-60) Listed maximum in numerical input description paragraph
parents bfb46ed3 4eed2845
......@@ -132,7 +132,7 @@
min="0" max="99"
/>
</div>
<p class="setting-help">{% trans "Specify the number of top-scoring responses to display. If the number is 0, the Top Responses section won't appear to students." %}</p>
<p class="setting-help">{% trans "Specify the number of top scoring responses to display. Valid numbers are 0 to 99. If the number is 0, the Top Responses section does not appear to learners." %}</p>
</li>
<li>
</ul>
......
......@@ -22,14 +22,14 @@
<label for="peer_assessment_must_grade" class="setting-label">{% trans "Must Grade" %}</label>
<input id="peer_assessment_must_grade" class="input setting-input" type="number" value="{{ assessments.peer_assessment.must_grade }}" min="0" max="99">
</div>
<p class="setting-help">{% trans "Specify the number of peer assessments that each student must complete."%}</p>
<p class="setting-help">{% trans "Specify the number of peer assessments that each learner must complete. Valid numbers are 0 to 99."%}</p>
</li>
<li class="field comp-setting-entry">
<div class="wrapper-comp-setting">
<label for="peer_assessment_graded_by" class="setting-label"> {% trans "Graded By" %}</label>
<input id="peer_assessment_graded_by" class="input setting-input" type="number" value="{{ assessments.peer_assessment.must_be_graded_by }}" min="0" max="99">
</div>
<p class="setting-help">{% trans "Specify the number of students who must assess each response."%}</p>
<p class="setting-help">{% trans "Specify the number of learners that each response must be assessed by. Valid numbers are 0 to 99."%}</p>
</li>
<li class="field comp-setting-entry">
<div class="wrapper-comp-setting">
......@@ -77,4 +77,4 @@
</div>
</div>
</li>
{% endspaceless %}
\ No newline at end of file
{% endspaceless %}
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