Hi, I have been trying to work with Proctoring in the Dev Stack and I am not able to find the “Advanced Tab” inside the configuration settings of the Sub-sections in Dev Stack Studio.
P.S:- I have enabled both Timed Exams and Proctored Exams (set them as true) and also added all the configurtion details in lms.env.json, cms.env.json, lms.auth.json and cms.auth.json files. I restarted the lms and cms servers as well.
I am Still Unable to Find that Advanced Tab.
Please help me.
Hi @TheDarklord,
there is a few steps needed to enable them - per the docs:
To enable timed exams, you modify the lms.env.json
and cms.env.json
files, which are located one level above the edx-platform
directory.
- Set the value of
ENABLE_SPECIAL_EXAMS
in thelms.env.json
andcms.env.json
files totrue
.
# Timed exams feature flag
'ENABLE_SPECIAL_EXAMS': true,
- Save the
lms.env.json
andcms.env.json
files. - Restart the Studio (CMS) and Learning Management System (LMS) processes so that your updates are loaded.
Note: if you are using Juniper, you might need to change this in /edx/etc/lms.yml
and /edx/etc/studio.yml
.
Then you need to set either Enable Proctored Exams or Enable Timed Exams to true
in course’s Advanced Settings
in Studio.
1 Like