diff --git a/source/site_ops/install_configure_run_guide/configuration/enable_entrance_exams.rst b/source/site_ops/install_configure_run_guide/configuration/enable_entrance_exams.rst index 613f3637c..10a4a6a1a 100644 --- a/source/site_ops/install_configure_run_guide/configuration/enable_entrance_exams.rst +++ b/source/site_ops/install_configure_run_guide/configuration/enable_entrance_exams.rst @@ -36,7 +36,28 @@ Open edX Course* and *Open edX Learner's* guides. Enable Entrance Exams in Studio and the Learning Management System ************************************************************************* -To enable entrance exams, you modify the ``lms.yml`` and ``studio.yml`` +In Tutor, entrance exams can be enabled by utilizing the following `Tutor plugin `_: + +.. code-block:: + + from tutor import hooks + + hooks.Filters.ENV_PATCHES.add_item( + ( + "openedx-lms-common-settings", + "FEATURES['ENTRANCE_EXAMS'] = True" + ) + ) + + hooks.Filters.ENV_PATCHES.add_item( + ( + "openedx-cms-common-settings", + "FEATURES['ENTRANCE_EXAMS'] = True" + ) + ) + + +To enable entrance exams in a non-Tutor environment, 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 the ``lms.yml`` and