gradebook 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| gradebook-7.x-2.x-dev.tar.gz | 55.36 KB | 8f43441f55ae69ed441726a99050a24f |
| gradebook-7.x-2.x-dev.zip | 63.41 KB | 7ce96c450309f9ade14ec21d852eb5b7 |
Release notes
This is the initial port of gradebook 6.x-2.x to Drupal 7. It is only partially functional and should only be used by those wishing to help with module development by testing and/or contributing patches.
gradebook 6.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| gradebook-6.x-2.0-beta2.tar.gz | 39.48 KB | afd7d155b2e15c42411d47cd32dcbc24 |
| gradebook-6.x-2.0-beta2.zip | 47.04 KB | 2e70da0696687dcbd92512584c3e73b8 |
Release notes
Changes since gradebook-6.x.2.0-BETA1:
- #382254: Two file support bugs by MGN: Fixed two file support bugs reported by bdangelo and madflute.
- by MGN: database modification: changed {gradebookapi_files} primary key to ('fid', 'nid'),
and make fid field NOT NULL (since its a primary key). - by MGN: Modified gradebook_list_page to show table only when there are two or more gradebooks. For
one gradebook, bypass the list page altogether and go to the only option. And when the user is not
affiliated wtih any gradebooks, a helpful message is displayed. - by MGN: Fixed gradebook list page so only relevent gradebooks are shown to the user
- by MGN: Fixed width of earned and note fields
- by MGN: Modified earned and possible fields in gradebookapi database tables to be of type float
instead of int. This will make future grade conversions/scales easier to implement later
and allows for fractional points now. - by MGN: Implemented hook_block to provide a block that lists all the current assignments for a
student or teacher that will be due in the future. The list is sorted by gradebook and
then by due date. The assignment titles are given, along with the total possible points
and the date due. The assignment title links to the assignment node. - by MGN: To allow finer control over the date settings (hours and minutes), I implemented a date_popup
gradebook 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| gradebook-6.x-2.0-beta1.tar.gz | 33.77 KB | c75adf3ca9daac33100b4e7baaff3c5c |
| gradebook-6.x-2.0-beta1.zip | 40.88 KB | c10ac0a6bb36faaba61530559044e6f6 |
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).
gradebook 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| gradebook-6.x-1.0-rc2.tar.gz | 26.12 KB | 4d795e6dadb5a3d9a40cea532ae5dcb5 |
| gradebook-6.x-1.0-rc2.zip | 30.89 KB | 9f1b7beab8284819fd6b144d26638638 |
Release notes
Changes since gradebook-6.x.1.0-RC1:
- by MGN: added access gradebook permission.
- 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.
- #358236: Redirect when saving grade by MGN: incorrect use of url() in form redirect.
- by MGN: updating README.txt
- by MGN: various bug fixes
gradebook 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| gradebook-6.x-2.x-dev.tar.gz | 99.76 KB | 872239e6b8000b21d65510b7b63caaee |
| gradebook-6.x-2.x-dev.zip | 121.32 KB | d8b997aba46e0aa94fd095f13023ad4c |
Release notes
Developmental branch for testing and adding new features to the gradebook module. This branch should be considered unstable until a release candidate emerges.
Note: Some of the gradebookapi functions have changed since gradebook-6.x.1.x. If using og_gradebook, be sure to use the og_gradebook-6.x.2.x branch with gradebook-6.x.2.x.
Note: As of April 1, 2009, the directory structure has changed so all submodule files are in their own subdirectory. If upgrading from an earlier version, be sure to remove all old gradebook (and submodule files) before unpacking the new tar file.
gradebook 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| gradebook-6.x-1.0-rc1.tar.gz | 25.15 KB | 5b8b86f87f901c293e21fd4fc47b2299 |
| gradebook-6.x-1.0-rc1.zip | 30.03 KB | dfeb302297a5dc71f2f75bb7b87c9a3a |
Release notes
First release candidate for gradebook 6.x-1.0. This branch maintains the same basic functionality as the 5.x-1.x branch. New features will be added to a 6.x-2.x-dev branch.
gradebook 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| gradebook-6.x-1.x-dev.tar.gz | 26.67 KB | c65a304b2b5e5b44c1d847ce6bdfea7a |
| gradebook-6.x-1.x-dev.zip | 30.68 KB | 8a6da4a484014df6863de5122b2393c0 |
Release notes
The Drupal 6 version of Gradebook module. This fixes some of the bugs in the Drupal 5 version but otherwise provides similar functionality with only minor tweaking of the UI and splitting of the administrative pages.
gradebook 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| gradebook-5.x-1.x-dev.tar.gz | 17.57 KB | feb49d41e54babeb2fef74f5ca315268 |
| gradebook-5.x-1.x-dev.zip | 19.21 KB | a08fec7dd659bddc27a3d5fbb14e3377 |
gradebook 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| gradebook-4.7.x-1.x-dev.tar.gz | 17.87 KB | cb3d088a7fa49c4a9c72609c41999d6e |
| gradebook-4.7.x-1.x-dev.zip | 19.9 KB | 42bdc5a19cadfee7dad3272924921c6d |
gradebook HEAD
| Download | Size | md5 hash |
|---|---|---|
| gradebook-HEAD.tar.gz | 18.35 KB | bbac20129bfa6fd3d71312f562e7923f |
| gradebook-master.tar.gz | 18.45 KB | 309d2b918c455912ff0f050a8347e6fb |
| gradebook-HEAD.zip | 21.23 KB | 3a48050b46355515e78070a3e24eb09c |
| gradebook-master.zip | 20.83 KB | da39663fa847a7a4f159ac3f9f579069 |