4.14. Enabling Entrance Exams#
This topic describes how to enable entrance exams in your instance of Open edX.
4.14.1. Overview#
Course teams can create an entrance exam for the course. Learners must pass the entrance exam before participating in the course.
To enable this feature on your instance of Open edX, you must enable entrance exams in Studio and the Learning Management System.
For information about entrance exams, see the Building and Running an Open edX Course and Open edX Learner’s guides.
Note
Before proceeding, review Guidelines for Updating the Open edX Platform.
4.14.2. Configure the Milestones Application#
Set the value of
MILESTONES_APP
in thelms.yml
andstudio.yml
files toTrue
.# Milestones application flag 'MILESTONES_APP': True,
Save the
lms.yml
andstudio.yml
files.Run database migrations.
4.14.3. Enable Entrance Exams in Studio and the Learning Management System#
To enable entrance exams, you modify the lms.yml
and studio.yml
files, which are located one level above the edx-platform
directory.
Set the value of
ENTRANCE_EXAMS
in thelms.yml
andstudio.yml
files toTrue
.# Entrance exams feature flag 'ENTRANCE_EXAMS': True,
Save the
lms.yml
andstudio.yml
files.