Skip to content

Commit

Permalink
Merge pull request #426 from ucsd-ets/srakibul99/new2-special-exams
Browse files Browse the repository at this point in the history
enabling special exams for testing the edx.special_exams caliper events
  • Loading branch information
pjamason authored Sep 11, 2020
2 parents d5a3777 + 487bfc5 commit 66ca95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
'ENABLE_CREDIT_ELIGIBILITY': ENABLE_CREDIT_ELIGIBILITY,

# Special Exams, aka Timed and Proctored Exams
'ENABLE_SPECIAL_EXAMS': False,
'ENABLE_SPECIAL_EXAMS': True,

'ORGANIZATIONS_APP': False,

Expand Down
2 changes: 1 addition & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
'SHOW_BUMPER_PERIODICITY': 7 * 24 * 3600,

# Special Exams, aka Timed and Proctored Exams
'ENABLE_SPECIAL_EXAMS': False,
'ENABLE_SPECIAL_EXAMS': True,

# Enable OpenBadge support. See the BADGR_* settings later in this file.
'ENABLE_OPENBADGES': False,
Expand Down

0 comments on commit 66ca95d

Please sign in to comment.