Downloads

Download tar.gz 33.77 KB
MD5: c75adf3ca9daac33100b4e7baaff3c5c
SHA-1: 5de877be244708349e9ad50566e2e4cdaa6a905e
SHA-256: 6f5b8638f2122a184209239cd4f4ab9db0e289172306118d46f12b9ff0913091
Download zip 40.88 KB
MD5: c10ac0a6bb36faaba61530559044e6f6
SHA-1: b6595887cd3dc133c97e4429736456779255447b
SHA-256: 4f2d1f55750877d9a18c692b1b0a8e96e2be29699c5acdd9be04522995aa7837

Release notes

Changes since gradebook-6.x.1.0-RC1:

  • #360414 by MGN: Added new feature to delete gradebook grades when account is deleted.
  • #360407 by MGN: added export gradebook feature, borrowing heavily from the webform module. This adds a menu local item to export the gradebook to Excel or text file. Most of the new code is in two include file gradebook_report.inc and gradebook_export.inc. To avoid code duplication, gradebook_gradebook_page() was modified to return rows for a text table when called with the argument = TRUE.
  • by MGN: rewrote hook_gradebookapi_teachers and hook_gradebookapi_students so creating a new drupal role does not automatically give it teacher and student status. Also separated out common code into a helper function _gradebook_gradebookapi_role to avoid code duplication.
  • #358236by MGN: incorrect use of url() in form redirect.
  • by MGN: updating README.txt
  • by MGN: Added two forms and modified gradebook_page to improve UI.
    • Added form to grade all students for a select assignment, another to grade all assignments for a selected student.
    • Added divs for form elements to permit form layout through CSS (not yet implemented in gradebook.css).
    • Split off page callbacks into either gradebook.pages.inc (display/edit grade) or gradebook.category.inc to reduce size of gradebook.module.
    • Reworked theme_gradebook_page and gradebook.css to improve css control of formating on gradebook_page.
    • Added assignment class average row to gradebook_page.
  • by MGN: fixed bug in update from 6.x.1.x to 6.x.2.x
  • by MGN: adding install file for gradebook.module
  • by MGN: add date support to gradebook 6.x.2.x development
Created by: MGN
Created on: 27 Jan 2009 at 22:09 UTC
Last updated: 27 Jan 2009 at 22:09 UTC
New features
Unsupported

Other releases