From 7a3e133613d76d930531c6bf3e2d240af8c65ddc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 2 Sep 2012 16:29:26 -0400 Subject: [PATCH] posts:pygrader: update description to match pygrader v0.3. --- posts/pygrader.mdwn | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/posts/pygrader.mdwn b/posts/pygrader.mdwn index 95441a1..8c9703d 100644 --- a/posts/pygrader.mdwn +++ b/posts/pygrader.mdwn @@ -16,23 +16,43 @@ art ;), and found that Alex Heitzmann had already created [pygrade][], which is the name I under which I had originally developed my own project. While they are both grade databases written in [[Python]], Alex's project focuses on providing a more integrated grading -environment and sharing grading responsibilities among multiple -graders. - -Pygrader don't support multiple graders (yet), and it doesn't spawn -editors or GUIs to help you browse through submissions or assigning -grades. It does pull submissions from your email inbox (or from -[procmail][]), automatically drop them into a -`student/assignment/mail` mailbox, extract any [MIME][] attachments +environment. + +Pygrader accepts assignment submissions from students through its +`mailpipe` command, which you can run on your email inbox (or from +[procmail][]). Students submit assignments with an email subject like + + [submit] + +`mailpipe` automatically drops the submissions into a +`student/assignment/mail` mailbox, extracts any [MIME][] attachments into the `student/assignment/` directory (without clobbers, with -proper timestamps), and leave you to get to work (all via the -`mailpipe` command). +proper timestamps), and leaves you to get to work. + +Pygrader also supports multiple graders through the `mailpipe` +command. The other graders can request a student's submission(s) with +an email subject like + + [get] , + +Then they can grade the submission and mail the grade back with an +email subject like + + [grade] , + +The grade-altering messages are also stored in the +`student/assignment/mail` mailbox, so you can peruse them later. + +Pygrader *doesn't* spawn editors or GUIs to help you browse through +submissions or assigning grades. As far as I am concerned, this is a +good thing. When you're done grading, pygrader can email (`email`) your grades and comments back to the students, signing or encrypting with [[pgp-mime]] if either party has configured a [[PGP]] key. It can also email a tab-delimited table of grades to the professors to keep them up to -speed. +speed. If you're running `mailpipe` via procmail, responses to grade +request are sent automatically. While you're grading, pygrader can search for ungraded assignments, or for grades that have not yet been sent to students (`todo`). It can -- 2.26.2