Students Help |
Whiteboard Courseware System v1.0.3 |
|
Documentation Index |
|
Description |
This module allows student user addition, deletion, modification, and sorting; batch student user addition, deletion, and addition; grade entry by student, assignment, and individual grade; and view and download of entire-course grades. |
|
Related Modules |
Staff |
Administrators |
|
Permissions |
Visitors: may not view module |
Students: may view student list without any grades, may sort by student attributes |
Staff: full access, including sorting by grades |
Administrators: full access, including sorting by grades |
|
Miscellaneous Details |
There is no conflict if an administrator or staff member is added as a student. |
The student sort is stored and affects any place where students are listed. |
Grades are not locked when they are accessed for editing; if two people edit the same grade at the same time, the last value submitted will be the stored grade. |
|
Batch student addition modifies students if they already exist. It requires a text file in the same format as the entire-course grades file (one student per line, assignments in same order). |
Batch student deletion requires a text file with one netid per line. Lines from the entire-course grades file may be used (rest of line after netid is ignored). |
|
Value Details |
|
NetID | netid | string [varchar(8) not null] | long text line | none | 1 character | 8 characters | yes | May only contain alphanumeric [_A-Za-z] characters. |
Last Name | last_name | string [varchar(80) not null] | long text line | none | 1 character | 80 characters | yes | |
First Name | first_name | string [varchar(80) not null] | long text line | none | 1 character | 80 characters | yes | |
Middle Name | middle_name | string [varchar(80)] | long text line | none | 0 characters | 80 characters | no | |
Class Year | class_year | number [smallint(4)] | short text line | none | 0 | 99 | yes | Numbers less than 10 displayed with leading zero. |
Precept | precept | number [smallint] | short text line | 0 | 0 | none | yes | |
Numeric Grade | numeric_grade | number [decimal(7,4) zerofill] | NA | none | 0 | none | yes | |
Deleted | deleted | number [tinyint] | NA | 0 | 0 | 1 | yes | |
|