Views is partially supported in the current gradebook 6.x-2.x code, but the code needs to be extended and improved to provide the following fields: Course Name (for og gradebook, this is already possible with Organic Groups: Groups), Student's Name, Teacher's Name, Course Grade, and Gradebook Categories.

I think most of these should be available as arguments as well (except course grade). We also need to be able to filter the views so that the teacher can see data on all students in the class, and individual students can only see their own data.

Gradebook assignment fields (due date, publish date, possible) are already in the current code and seem to be working well. Still, this code should be evaluated to look for ways of improving it.

If you are interested in this task and know views, I could use help learning how to do this.

Other suggestions and feature requests are welcome.

Comments

MGN’s picture

Assigned: Unassigned » MGN

I've just committed improved views support for gradebookapi (assignments and grades), gradebook_attachments, and gradebook_responses. I am sure there is more to be done, but this is a significant improvement. I've done some limiting testing and been able to produce some nice views. It certainly could use more testing.

http://drupal.org/cvs?commit=373830 - Now in CVS, will be soon be in the 6.x-2.x-dev nightly snapshot.

AntiNSA’s picture

Great! I cant wait to see!