Marking Scheme - Course Requirement Setup
Table of Contents
Overview
This module revolves around setting up Course Requirements, which are the conditions that a student must fulfil in order to enroll to a Course.
For example, before a student can enroll to a Course, the student needs to complete a different Course first.
Here are the relevant reading materials (generic example):
What will be evaluated
You must create the following data and upsert it into your instance.
For each Course that has a dependency (as per the spreadsheet data), it must have a Course Requirement created with the right Requirement Type.
The Course Requirement must specify the Course that has the dependency, and the criteria Course (what Course is needed).
Each Course Requirement must have a unique value for the 'Requirement ID' field (it does not matter what the value is, as long as each are unique).
Students should be allowed to enroll to Courses, before the results of their pre-requisite Courses are out.
See here to understand which will be the correct Requirement Type to use.
For a generic example, see: Master Data Template Guide - Course Requirement.