Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing up the assignment grading interface to make it more usable.
  - grade buttons are now links
  - popup window has teacher comments at the top
  - popup window can now cycle through all users without leaving the window
  - new quickgrading feature to grade inline in one go
  - can choose page size
  • Loading branch information
moodler committed Nov 3, 2005
1 parent 912127a commit 38cdb67
Show file tree
Hide file tree
Showing 7 changed files with 426 additions and 98 deletions.
2 changes: 2 additions & 0 deletions lang/en/assignment.php
Expand Up @@ -64,7 +64,9 @@
$string['notgradedyet'] = 'Not graded yet';
$string['notsubmittedyet'] = 'Not submitted yet';
$string['overwritewarning'] = 'Warning: uploading again will REPLACE your current submission';
$string['pagesize'] = 'Submissions shown per page';
$string['preventlate'] = 'Prevent late submissions';
$string['quickgrade'] = 'Allow quick grading';
$string['saveallfeedback'] = 'Save all my feedback';
$string['submission'] = 'Submission';
$string['submissionfeedback'] = 'Submission feedback';
Expand Down
6 changes: 6 additions & 0 deletions lang/en/help/assignment/pagesize.html
@@ -0,0 +1,6 @@
<p align="center"><b>Page size</b></p>

<p>Enter a number to specify how many submissions you want to see on one page.</p>

<p>Your preference is saved and will apply to all assignments in all courses.</p>

10 changes: 10 additions & 0 deletions lang/en/help/assignment/quickgrade.html
@@ -0,0 +1,10 @@
<p align="center"><b>Quick Grade</b></p>

<p>With quickgrading enabled you can quickly grade multiple assignments on one page.</p>

<p>Just change the grades and comments and use the Save button at the bottom to save
all your changes for that page at once.</p>

<p>The normal grading buttons on the right still work too in case you need more space.
Your quickgrading preference is saved and will apply to all assignments in all courses.</p>

2 changes: 2 additions & 0 deletions lang/en/moodle.php
Expand Up @@ -918,7 +918,9 @@
$string['rssarticles'] = 'Number of RSS recent articles';
$string['rsserror'] = 'Error reading RSS data';
$string['rsstype'] = 'RSS feed for this activity';
$string['saveandnext'] = 'Save and show next';
$string['savechanges'] = 'Save changes';
$string['savepreferences'] = 'Save preferences';
$string['saveto'] = 'Save to';
$string['scale'] = 'Scale';
$string['scales'] = 'Scales';
Expand Down

0 comments on commit 38cdb67

Please sign in to comment.