Log of /contributions/modules/gradebook/gradebook.info
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.4.1.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 2 22:11:59 2009 UTC
(8 months, 3 weeks ago)
by
mgn
Branch:
DRUPAL-6--2
Changes since
1.1.4.1.2.3: +0 -1 lines
Diff to
previous 1.1.4.1.2.3
, to
branch point 1.1.4.1
* by MGN: restructured new gradebook features into submodules gradebook_responses, gradebook_attachments,
and gradebook_scales. All of these submodules are optional.
* by MGN: Added new feature to assign a student response type, and incorporate links to student
responses on the gradebook_grade_form.
* by MGN: Added new feature to allow teachers to weight gradebook categories in their gradebooks.
* by MGN: Added new feature to allow teachers to create, edit and assign gradebook scales to assignments.
* by MGN: Additional themeing of the gradebook_grade_page to alert teacher and student of attachments
and/or student responses.
Revision
1.1.4.1.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 1 05:11:47 2009 UTC
(9 months, 3 weeks ago)
by
mgn
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-BETA2
Changes since
1.1.4.1.2.2: +1 -0 lines
Diff to
previous 1.1.4.1.2.2
, to
branch point 1.1.4.1
* #367150 by MGN: Added file attachments for gradebook entries for teachers and students.
This necessitated a new table gradebookapi_files, so its important to run update.php when
upgrading. Also, many changes to gradebookapi to load, remove and otherwise manage these
files. Added general gradebook configuration to allow students, teachers or both to attach files.
* #367154 by MGN: Fixed pager support for gradebook pages with many assignments or edit forms
with many grade entries. Added general gradebook configuration of the number of grades to display
on a gradebook page.
* by MGN: Redesigned grade_assigment_page and grade_student_page to call the same gradebook_grade_form.
Less code to manage and a more consistent, uniform css-styled UI.
* by MGN: Changed the {gradebookapi_grade} 'earned' field so it can be null. This allows for grades to be
reset to null when the grade is edited, if desired. It was previously being reset to 0. This
also required a couple of minor changes to the gradebookapi_calc_grades function because earned
can be null even when is not.
* by MGN: Updated README.txt to explain new features.
Revision
1.1.4.1.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 7 15:51:27 2009 UTC
(10 months, 2 weeks ago)
by
mgn
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-BETA1
Changes since
1.1.4.1.2.1: +0 -0 lines
Diff to
previous 1.1.4.1.2.1
, to
branch point 1.1.4.1
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.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.