...
Code Block | ||
---|---|---|
| ||
CMA.createCourseSet("Mythical Dept/School EID", "Inhumanities", "This Department has a lot of courses in varying SUBJ codes", "L&S", null); CMA.createAcademicSession("10 2007200710", "Fall QTR 2007", "Fall Quarter 2007", new Date("Sept. 2X, 2007"), new Date("Dec. 2Y, 2007")); |
...
Example: ENG 121 001 Smit 200610 21213
One course with one section for a term
Code Block | ||
---|---|---|
| ||
CMA.createCanonicalCourse("ENG 121", "ENG 121", "What more can be said?"); CMA.addCanonicalCourseToCourseSet("Mythical Dept/School EID", "ENG 121");// can or should do both or not? CMA.createCourseOffering("ENG 121 21213_10200710", "English For The Toothless", "Finally a class for the tooth challanged.", + "10 2007", "ENG 121", new Date("Sept. 26, 2007), new Date("Dec. 21, 2007")) CMA.addCourseOfferingCourseToCourseSet("Mythical Dept/School EID", "ENG 121 21213"); // can or should do both or not? CMA.createEnrollmentSet("21213_1020071021213", "Fall QTR 2007 Roster", "Fall QTR 2007 Enrollments", "L&S undergrads", "3", "ENG 121 21213_10200710", officialGraderEids); foreach student{ CMA.addOrUpdateEnrollment(String student.getId, "21213_1020071021213", "Active", "3", "Standard Letter Plus-Minus") { } |
...
Example:
ENG 299 001 Andrews 200610 001 21214
Smith 200610 002 21215
3. Multiple Sections with a IOR
...
Example:
Eng 240 001 Andrews 200610 21218 | Site 1 |
Eng 240 003 Andrews 200610 21220 | Site 2 |
5. Single Section with more than one IOR
Example: Eng 111 001 Andrews - Primary (p) 200610 21223
Smith - Secondary (s)
6. Mutiple Section with Mutiple IOR
...
Example: a
Eng 112 001 Andrews (p) 200610 21223
Smith (s)
002 Andrews (p) 200610 21224
Smith (s)
Example: b
Eng 112 001 Andrews (p) 200610 21223
Smith (s)
002 Smith (p) 200610 21224
Andrews (s)
7. Mutiple sections with mutliple IOR's and ad hoc grouping
Note | ||
---|---|---|
| ||
|
Eng 212 001 Andrews (p) 200610 21229 | Site 1 |
Eng 212 003 Smith (p) 200610 21231 | Site 2 |
...
Note | ||
---|---|---|
| ||
|
Eng 212 | 001 | Smith (p) | 200610 21229 |
|
| Andrews | |
Eng 212 | 002 | Smith (p) | 200610 21229 |
|
| Mcgee |
9. Cross-listed – Single IOR
Eng 210 001 Andrews 200610 21220
Cse 210 001 Andrews 200610 21230
10. Cross-listed – Mutiple IOR
...
11. Cross-listed – Multiple IOR and ad hoc grouping
BIO 282 001 SALK (p) 200610 31621 | Site 1 |
VMD 162 001 CURIE (p) 200610 71819 | Site 2 |
12. Cross-listed – Mixed IOR
BIO 284 001 SALK (p) 200610 71819 |
VMD 291 001 SALK (p) 200610 71820 |