Hi,
I am new to tutor openedx and trying to setup a timed exam in my course. Listing what i have done:
In Advanced tab, set Enable timed exams: true
Created a subsection with 3 questions inside a unit
In the course subsection, added a grade and enable timed inside special exam section for 30 minutes(00:30)
Published the section, subsection, unit
Now when I go to student account and enrol and go to the timed course, I am seeing a blank page.
Tried reinstalling the openedx and configuring again but no use. Any help is appreciated!
tutor version 20.0.1, Openedx: Teak.2
sarina
(Sarina Canelake)
October 14, 2025, 9:13pm
2
@chrisahedge hello and welcome to the community
@dave do you know anything about timed exams? Is there additional setup required?
dave
(Dave Ormsbee)
October 15, 2025, 2:01pm
3
@chrisahedge : Do you see any error messages in either the application logs or the browser console? If so, what are they?
Hey Dave! I dont see any errors. But I could figure out that the ENABLE_TIMED_EXAM config was not getting set. So after running a patch, it started working. Is it the right way or am I missing something?
from tutor import hooks hooks.Filters.ENV_PATCHES.add_item( ( “common-env-features”, “”" “ENABLE_SPECIAL_EXAMS”: true “”" ) )