API: Requirement's Course Auto-Enroll Settings
- 1 Minute to read
- Print
- DarkLight
API: Requirement's Course Auto-Enroll Settings
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The following API methods enable you to specify or retrieve the Auto-Enroll settings for a requirement's courses:
Each requirement block's Auto-Enroll settings are specified using some combination of the following tags:
- AutoEnroll
- AutoEnrollILT
- AutoEnrollOnFailure
The grid below summarizes the Auto-Enroll option that is used by the course based on the values of the above tags.
TAG AND VALUE | |||
---|---|---|---|
AUTO-ENROLL OPTION | AutoEnroll | AutoEnrollILT | AutoEnrollOnFailure |
Do Not Auto-Enroll | 0 | null | null |
Auto-Enroll Once | 1 | null | 2 |
Auto-Enroll Until Pass | 1 | null | 1 |
Auto-Enroll to Waiting List | 1 | 2 | 2 |
Auto-Enroll to Waiting List (Until Pass) | 1 | 2 | 1 |
Auto-Enroll to First Available Session | 1 | 1 | 2 |
Auto-Enroll to First Available Session (Until Pass) | 1 | 1 | 1 |
Was this article helpful?