Staff Help |
Whiteboard Courseware System v1.0.3 |
|
Documentation Index |
|
Description |
This module allows course staff addition, deletion, and modification. Both types of staff members have the same permissions; the distinction between professors and teaching assistants exists purely for convenience. |
|
Related Modules |
Students |
Administrators |
|
Permissions |
Visitors: may view staff list |
Students: may view staff list |
Staff: full access |
Administrators: full access |
|
Miscellaneous Details |
An administrator must add at least the first staff member for a course. After that, an existing staff member for the course may add the rest. |
There is no conflict if an administrator is added as a staff member. |
|
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 | |
Status | type | number [tinyint] | select box | 0 | 0 | 1 | yes | 0 => "Professor", 1 => "Teaching Assistant" This only determines which table the user shows up in; the permissions are identical. |
Office | office | string [varchar(80)] | long text line | none | 0 characters | 80 characters | no | |
Office Hours | office_hours | string [varchar(80)] | long text line | none | 0 characters | 80 characters | no | |
Precepts | precepts | string [varchar(20)] | short text line | none | 0 characters | 20 characters | no | |
Deleted | deleted | number [tinyint] | NA | 0 | 0 | 1 | yes | |
|