1

I have been trying to enable timed tests on Open EdX, but nothing worked so far. Here is what I did:

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

duckymomo
  • 23
  • 3

2 Answers2

2

Got the same problem. It should be added inside "FEATURES" which I think is not specified in the documentation.

enter image description here

Kelvin Barsana
  • 824
  • 12
  • 28
1

More information can be found here also https://edx.readthedocs.io/projects/open-edx-ca/en/latest/course_features/timed_exams.html

If you enabled flags in env files, then you just have to enable timed exams in advanced settings.

Studio -> settings -> Advacned settings

Then set

"Enable Timed Exams" to true.

Then go to "advanced" in the course sub-module level, and select "Timed" as below.

enter image description here

Isanka Wijerathne
  • 3,746
  • 3
  • 26
  • 34
  • Thank you Isanka. I have done that also, but the Advanced tab in the settings does not show up. I'm wondering if it has something to do with restarting the server? I have run make lms-restart and make studio-restart also, but nothing changes. – duckymomo Jul 02 '20 at 04:52
  • Usually, I use "docker-compose restart lms" and "docker-compose restart studio" . to restart lms and cms, What's your open edx version? – Isanka Wijerathne Jul 02 '20 at 05:45
  • I just install the default one, I believe it is the latest one – duckymomo Jul 03 '20 at 06:32
  • I just tried "docker-compose restart lms" and "docker-compose restart studio" but it stays the same :( I still don't see the advanced tab – duckymomo Jul 03 '20 at 06:38
  • Which shell did you change the env files in? Was it lms-shell or studio-shell? I changed in both of them. – duckymomo Jul 03 '20 at 07:35
  • "ENABLE_SPECIAL_EXAMS": true, in both lms, cms envs – Isanka Wijerathne Jul 04 '20 at 07:37