Unable to view timed exam from student account

Hi,

I am new to tutor openedx and trying to setup a timed exam in my course. Listing what i have done:

  1. In Advanced tab, set Enable timed exams: true
  2. Created a subsection with 3 questions inside a unit
  3. In the course subsection, added a grade and enable timed inside special exam section for 30 minutes(00:30)
  4. 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

@chrisahedge hello and welcome to the community :slight_smile:

@dave do you know anything about timed exams? Is there additional setup required?

@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 “”" ) )