Skip to content

Commit

Permalink
MDL-14238 - add filter to grade assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijaya committed Aug 20, 2010
1 parent d4c3f02 commit fdb797a
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 173 deletions.
2 changes: 0 additions & 2 deletions mod/assignment/index.php
Expand Up @@ -47,10 +47,8 @@

if ($usesections) {
$table->head = array ($strsectionname, $strname, $strassignmenttype, $strduedate, $strsubmitted, $strgrade);
$table->align = array ("center", "left", "left", "left", "right");
} else {
$table->head = array ($strname, $strassignmenttype, $strduedate, $strsubmitted, $strgrade);
$table->align = array ("left", "left", "left", "right");
}

$currentsection = "";
Expand Down
2 changes: 2 additions & 0 deletions mod/assignment/lang/en/assignment.php
Expand Up @@ -151,13 +151,15 @@
$string['notsubmittedyet'] = 'Not submitted yet';
$string['onceassignmentsent'] = 'Once the assignment is sent for marking, you will no longer be able to delete or attach file(s). Do you want to continue?';
$string['operation'] = 'Operation';
$string['optionalsettings'] = 'Optional settings';
$string['overwritewarning'] = 'Warning: uploading again will REPLACE your current submission';
$string['pagesize'] = 'Submissions shown per page';
$string['pluginadministration'] = 'Assignment administration';
$string['pluginname'] = 'Assignment';
$string['preventlate'] = 'Prevent late submissions';
$string['quickgrade'] = 'Allow quick grading';
$string['quickgrade_help'] = 'If enabled, multiple assignments can be graded on one page. Add grades and comments then click the "Save all my feedback" button to save all changes for that page.';
$string['requiregrading'] = 'Require grading';
$string['responsefiles'] = 'Response files';
$string['reviewed'] = 'Reviewed';
$string['saveallfeedback'] = 'Save all my feedback';
Expand Down

0 comments on commit fdb797a

Please sign in to comment.