Ignore:
Timestamp:
21 Mar 2017, 10:13:41 (8 years ago)
Author:
Henrik Bettermann
Message:

Add course_category attribute to certificate courses. Plugins must be updated!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/academics.rst

    r14548 r14638  
    173173above). A former course cannot be part of a curriculum.
    174174
    175 Certificate courses have two more attributes: `level` (integer) and
    176 `mandatory` (boolean). Simply put, certificate courses carry the
    177 information at which level a certain course can or has to be taken
    178 to meet the current curriculum.
     175Certificate courses have three more attributes: `level` (integer),
     176`mandatory` (boolean) and `course_category` (choice). Simply put,
     177certificate courses carry the information at which level a certain
     178course can or has to be taken to meet the current curriculum. Course
     179categories are not available in the base package but can easily be
     180defined in custom packages. Some universities distinguish e.g. core,
     181required and elective courses and need this information in reports.
    179182
    180183No local role can be assigned at certificate course tree level.
Note: See TracChangeset for help on using the changeset viewer.