I know there is moodle integration, but the University here supports blackboard, so we won't be using another course management system. Maybe the answer is to see how the blackboard integration comes along..
Danny
If you want a full featured gradebook you need to use Moodle integration (or Blackboard -- which is in alpha test stage).
However, you can do what you want in WeBWorK alone. It is a bit of a hack, but it works for me.
First use excel or some other spreadsheet app to create a .csv (comma separated variable) file with the relevant grades.
In my case I usually download all the homework grades using the WeBWorK scoring tools to a .csv file. Import this into excel. Add the midterm and final grades and do any additional calculations for the grade and then export the result into a file called report_grades.csv
It is important to call this file report_grades.csv. In addition to grades this file also has columns corresponding to the studentLogin and the studentID.
Upload this file using the File Manager to the "scoring" directory
courseName/scoring (this is at the same level as the courseName/template directory that you see first in the File Manager)
Now the contents of this file (or rather the row that applies to them) will appear when ever the students look at their Grades (link in the left hand margin). If I remember correctly the "key" is the studentID number rather than the studentLogin but I'd make sure not to touch either column when adding the midterm and final grades. You can also use this report_grades.csv file together with the "Email students" feature to mail a report of individual grades to the student.
The procedure is a bit fussy (I'm the main person to use it as far as I know) but it goes pretty fast once you are used to it.
Here are some further references
http://webwork.maa.org/wiki/Sending_Email
http://webwork.maa.org/moodle/mod/forum/search.php?search=report_grades&id=3
Hope this helps while you are waiting for Blackboard integration.
-- Mike
Here are some further references
http://webwork.maa.org/wiki/Sending_Email
http://webwork.maa.org/moodle/mod/forum/search.php?search=report_grades&id=3