@@ -703,7 +703,7 @@ def _make_locale_paths(settings):
703703# .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34840 is done.
704704# .. toggle_creation_date: 2024-11-10
705705# .. toggle_target_removal_date: 2025-06-01
706- USE_EXTRACTED_WORD_CLOUD_BLOCK = False
706+ USE_EXTRACTED_WORD_CLOUD_BLOCK = True
707707
708708# .. toggle_name: USE_EXTRACTED_ANNOTATABLE_BLOCK
709709# .. toggle_default: False
@@ -713,7 +713,7 @@ def _make_locale_paths(settings):
713713# .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34841 is done.
714714# .. toggle_creation_date: 2024-11-10
715715# .. toggle_target_removal_date: 2025-06-01
716- USE_EXTRACTED_ANNOTATABLE_BLOCK = False
716+ USE_EXTRACTED_ANNOTATABLE_BLOCK = True
717717
718718# .. toggle_name: USE_EXTRACTED_POLL_QUESTION_BLOCK
719719# .. toggle_default: False
@@ -723,7 +723,7 @@ def _make_locale_paths(settings):
723723# .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34839 is done.
724724# .. toggle_creation_date: 2024-11-10
725725# .. toggle_target_removal_date: 2025-06-01
726- USE_EXTRACTED_POLL_QUESTION_BLOCK = False
726+ USE_EXTRACTED_POLL_QUESTION_BLOCK = True
727727
728728# .. toggle_name: USE_EXTRACTED_LTI_BLOCK
729729# .. toggle_default: False
@@ -733,7 +733,7 @@ def _make_locale_paths(settings):
733733# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
734734# .. toggle_creation_date: 2024-11-10
735735# .. toggle_target_removal_date: 2025-06-01
736- USE_EXTRACTED_LTI_BLOCK = False
736+ USE_EXTRACTED_LTI_BLOCK = True
737737
738738# .. toggle_name: USE_EXTRACTED_HTML_BLOCK
739739# .. toggle_default: False
@@ -743,7 +743,7 @@ def _make_locale_paths(settings):
743743# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
744744# .. toggle_creation_date: 2024-11-10
745745# .. toggle_target_removal_date: 2025-06-01
746- USE_EXTRACTED_HTML_BLOCK = False
746+ USE_EXTRACTED_HTML_BLOCK = True
747747
748748# .. toggle_name: USE_EXTRACTED_DISCUSSION_BLOCK
749749# .. toggle_default: False
@@ -753,7 +753,7 @@ def _make_locale_paths(settings):
753753# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
754754# .. toggle_creation_date: 2024-11-10
755755# .. toggle_target_removal_date: 2025-06-01
756- USE_EXTRACTED_DISCUSSION_BLOCK = False
756+ USE_EXTRACTED_DISCUSSION_BLOCK = True
757757
758758# .. toggle_name: USE_EXTRACTED_PROBLEM_BLOCK
759759# .. toggle_default: False
@@ -763,7 +763,7 @@ def _make_locale_paths(settings):
763763# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
764764# .. toggle_creation_date: 2024-11-10
765765# .. toggle_target_removal_date: 2025-06-01
766- USE_EXTRACTED_PROBLEM_BLOCK = False
766+ USE_EXTRACTED_PROBLEM_BLOCK = True
767767
768768# .. toggle_name: USE_EXTRACTED_VIDEO_BLOCK
769769# .. toggle_default: False
@@ -773,7 +773,7 @@ def _make_locale_paths(settings):
773773# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
774774# .. toggle_creation_date: 2024-11-10
775775# .. toggle_target_removal_date: 2025-06-01
776- USE_EXTRACTED_VIDEO_BLOCK = False
776+ USE_EXTRACTED_VIDEO_BLOCK = True
777777
778778################################# ChatGPT ##################################
779779
0 commit comments