Enable Prerequisite on Open edX
Course teams can set prerequisites for a course or content. Learners must complete the prerequisite courses or content before participating in the next course or content.
By default, this feature is not enable but when you need to enable it, follow the steps below:
-
Go to Open edX server console.
-
Open and edit LMS configuration (
/edx/app/edxapp/lms.env.json
or/edx/etc/lms.yml
and/edx/app/edxapp/cms.env.json
or/edx/etc/studio.yml
). -
Then find the
"FEATURES"
configuration, add MILESTONES_APP into"FEATURES"
array and set to true. See the following codes snippet:... FEATURES: MILESTONES_APP: true ...
- Restart LMS and CMS services.