% if ($page->role->ge_student) {
grades help
- Click on an assignment to see its description.
% if ($page->role->eq_student) {
- Click on a grade to visit your work page for that assignment.
- Red indicates a page that you should visit :
either it's overdue or faculty comment left which you haven't seen.
- Green marks one that you've changed but
hasn't been seen by the faculty yet.
% } else {
- Click on a grade to visit the student's work page for that assignment.
- Red indicates a page that has changed since you last saw it,
such as submitted work that's waiting to be graded.
- Green marks one that the student should visit,
either because it's an overdue assignment, or because the student haven't seen your comments yet.
- Click the "edit" tab at the top of the page to modify the grades here,
without leaving comments on any of the student work pages.
% }
% }
%# ======================================================================
<%doc>
$Id$
%doc>