I have been trying to enable timed tests on Open EdX, but nothing worked so far. Here is what I did:
make lms-shell
, then cd ..
to move 1 level above edx-platform, then change the ENABLE_SPECIAL_EXAMS
in lms.env.json and cms.env.json to true. The I saved, quitted. Then I did the same with studio: run make studio-shell
, then cd ..
to move 1 level above edx-platform, then change the ENABLE_SPECIAL_EXAMS
in lms.env.json and cms.env.json to true.make lms-restart
and make studio-restart
However, when I refresh the Studio/CMS, nothing changed and I still couldn't see the Advanced tab to set timing for assignments, although I have change the Enable Timed Exams and Enable Proctored Exams in Advanced Settings to true.
Can someone tell we what I did wrong? Thanks
Got the same problem. It should be added inside "FEATURES" which I think is not specified in the documentation.