Choosing a group name

All courses on the server belong to a group. Internally, a group is a directory on the server (under the courses directory) where all courses within that group are stored.

manhat-x.x.x/courses   <-- groups and courses are stored in the 'courses' directory

    f03         <-- a 'group' is a subdirectory under 'courses'
        engl10101
        math13103   <--the f03 group has 3 courses - the 'internal course names' are also
        hist35101         directory names

    s04         <-- another course group
        engl10102
        cis40021

When creating a new course, you can either select an existing group from the list, or select <New Group> and type the name of the new group in the text box.

When creating a new group:

manhat-x.x.x/templates <-- course templates are stored in the 'templates' directory

    Tae4322         <-- each teacher has their own 'group'.  The group name is 'T'
                                       followed by their username
        Tengl101
        Tmath131    <--this teacher has 2 course templates.  A 'T' is automatically
                                      added to the front of the "internal course name" you provide.