From 4ab75c7c00434dd3c471897392064e5e68684534 Mon Sep 17 00:00:00 2001 From: Carol Tong Date: Thu, 24 Mar 2016 16:07:07 -0400 Subject: [PATCH] Update help text on Grading Assignment Types page --- cms/templates/js/course_grade_policy.underscore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cms/templates/js/course_grade_policy.underscore b/cms/templates/js/course_grade_policy.underscore index e7d3098ffd..8878378c88 100644 --- a/cms/templates/js/course_grade_policy.underscore +++ b/cms/templates/js/course_grade_policy.underscore @@ -2,31 +2,31 @@
- <%= gettext("e.g. Homework, Midterm Exams") %> + <%= gettext("The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.") %>
- + - <%= gettext("e.g. HW, Midterm") %> + <%= gettext("This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.") %>
- <%= gettext("as a percent, e.g. 40") %> + <%= gettext("The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.") %>
- <%= gettext("total exercises assigned") %> + <%= gettext("The number of subsections in the course that contain problems of this assignment type.") %>
- <%= gettext("total exercises that won't be graded") %> + <%= gettext("The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.") %>