Course Browsing, Course Options, Announcements, and Sidebar Links Help |
Whiteboard Courseware System v1.0.3 |
|
Documentation Index |
|
Description |
This module allows the adding, editing, and deleting of departments, courses, and sidebar links; the migrating of courses from one semester to another; the adding and deleting of announcements; and the editing of course options. It is also the main course browsing module. |
|
Related Modules |
Framed External Links |
Affiliated Courses |
Staff |
Administrators |
|
Permissions |
Visitors: may view course listing |
Students: may view course listing |
Staff: may add, edit, and delete sidebar links; edit course options; and add and delete announcements |
Administrators: full access |
|
Miscellaneous Details |
All course files are stored in easy-to-navigate subdirectories of the courses directory specified in setup.php. |
Migrating courses maintains documents, assignments and their options, assignment categories and their options, discussion boards (but clears the messages), sidebar links, professors, and (optionally) teaching assistants. |
|
Value Details |
|
Message ID | id | number [int not null auto_increment] | NA | none | 0 | none | yes | |
Date Posted | date | timestamp [int unsigned not null] | NA | none | NA | NA | yes | |
NetID | netid | string [varchar(8) not null] | NA | none | 1 character | 8 characters | yes | May only contain alphanumeric [_A-Za-z] characters. |
Subject | subject | string [varchar(80) not null] | long text line | none | 1 character | 80 characters | yes | |
Message | body | long text line [text not null] | text area | none | NA | NA | yes | May contain anchor (a), bold (b), emphasis/italics (em), and underline (u) HTML tags. |
Deleted | deleted | number [tinyint] | NA | 0 | 0 | 1 | yes | |
|