Skip to content

Commit 53d3d5d

Browse files
authored
refactor: Enable Extracted Problem XBlock (#38152)
Part of: #36538
1 parent 248138c commit 53d3d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/envs/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ def add_optional_apps(optional_apps, installed_apps):
20972097
# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
20982098
# .. toggle_creation_date: 2024-11-10
20992099
# .. toggle_target_removal_date: 2026-04-10
2100-
USE_EXTRACTED_PROBLEM_BLOCK = False
2100+
USE_EXTRACTED_PROBLEM_BLOCK = True
21012101

21022102
# .. toggle_name: USE_EXTRACTED_VIDEO_BLOCK
21032103
# .. toggle_default: True

0 commit comments

Comments
 (0)