|
2 | 2 | % title maketext('Grades Help'); |
3 | 3 | % |
4 | 4 | <p> |
5 | | - <%= maketext(q{This page shows the student's current grade for all assignments they are assigned to. This page } |
6 | | - . 'only shows assignments and grades visible to the student. To view all grades, visit the "Student Progress" ' |
7 | | - . q{page for the student. The student navigation menu at the top can be used to change which student's grades } |
8 | | - . 'to view') =%> |
| 5 | + <%= maketext(q{This page shows the student's current grade for all assignments they are assigned to. This } |
| 6 | + . 'page only shows assignments and grades visible to the student. To view all grades, visit the ' |
| 7 | + . '"Student Progress" page for the student. The student navigation menu at the top can be used to ' |
| 8 | + . q{change which student's grades to view}) =%> |
9 | 9 | </p> |
10 | 10 | <p> |
11 | 11 | <%= maketext('The total grade at the top shows the total score and percent average over all open assignments. ' |
12 | 12 | . 'The total grade can be shown/hidden under general course configuration settings.') =%> |
13 | 13 | </p> |
14 | 14 | <p> |
15 | 15 | <%= maketext('The grades are divided into open, reduced scoring, closed, and future assignments. No grades are ' |
16 | | - . 'shown for future assignments, just their open date. Assignments are sorted using the same urgency logic ' |
17 | | - . 'as the "Assignments" page. For open assignments, a table of per problem scores are shown for homework ' |
18 | | - . 'assignments. Just in time assignments only show top level problems. Tests only show the best test version ' |
19 | | - . 'provided students can see the test grade.') %> |
| 16 | + . 'shown for future assignments, just their open date. Assignments are sorted using the same urgency ' |
| 17 | + . 'logic as the "Assignments" page. For open assignments, a table of per problem scores are shown for ' |
| 18 | + . 'homework assignments. Just in time assignments only show top level problems. Tests only show the best' |
| 19 | + . ' test version provided students can see the test grade.') %> |
20 | 20 | </p> |
21 | 21 | <p class="m-0"> |
22 | 22 | <%== maketext( |
|
0 commit comments