Grading Information Help |
Whiteboard Courseware System v1.0.3 |
|
Documentation Index |
|
Description |
This module allows the viewing, adding, editing, and removing of assignments and assignment categories, including submission options. |
|
Related Modules |
Grades |
Histograms |
Assignment Submission |
Submitted Assignments |
|
Permissions |
Visitors: may view category/assignment listing |
Students: may view category/assignment listing |
Staff: full access |
Administrators: full access |
|
Miscellaneous Details |
Assignment submission options are not stored until they are accepted. |
A sample submission test script may be found here. |
Assignment categories are weighted relative to the total weight of all categories. |
Valid letter grades are A+, A, A-, B+, B, B-, C+, C, C-, D, and F. |
Required files should be written one per line. |
Tab replacement only applies to text files. No-tab-replacement expressions should be written one per line and may be either a filename, *, or a Perl-style regular expression (without beginning or end slashes). If only * is set, no tabs will be replaced; if * and others are set, only filenames matching the given expressions will have their tabs replaced. |
|
Value Details |
|
Category Number | id | number [int not null auto_increment] | NA | none | 0 | none | yes | |
Category Name | name | string [varchar(80)] | long text line | none | 1 character | 80 characters | yes | |
Category Weight | weight | number [decimal(10,4)] | short text line | 0 | 0 | none | yes | Categories are weighted relative to each other. |
Number of Lowest Grades to Drop | drop_lowest | number [int] | short text line | 0 | 0 | none | yes | |
Weight All Grades Equally | all_equal | boolean [tinyint] | checkbox | no | 0 | 1 | yes | |
Deleted | deleted | number [tinyint] | NA | 0 | 0 | 1 | yes | |
|