Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(IOR = Instructor of Record)
(CMA = CourseManagementAdministration)
(CMS = CourseManagementService)

Code Block

CMA.createAcademicSession("10 2007", "Fall QTR 2007", "Fall Quarter 2007", new Date("Sept. 2X, 2007"), new Date("Dec. 2Y, 2007"));

1. Unique Course

Example: ENG 121 001 Smit 200610 21213

One course with one section for a term

Code Block


canonical = CMA.createCanonicalCourse("ENG 121", "ENG 121", "What more can be said?");
CMA.createCourseOffering(ENG 121 21213", "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"))

2. Mutliple Sections with single IOR per section

...