Add ORA2 dates to the dates page
ORA2 (openassessment) problems have multiple dates associated with are not bound to the `due` date that is modified by Personalized Learner Schedules. We expose the ORA2 dates separately in the dates page so that learners aren't surprised by the differing deadlines. [AA-223]
This commit is contained in:
1
setup.py
1
setup.py
@@ -66,6 +66,7 @@ setup(
|
||||
"load_override_data = lms.djangoapps.course_blocks.transformers.load_override_data:OverrideDataTransformer",
|
||||
"content_type_gate = openedx.features.content_type_gating.block_transformers:ContentTypeGateTransformer",
|
||||
"access_denied_message_filter = lms.djangoapps.course_blocks.transformers.access_denied_filter:AccessDeniedMessageFilterTransformer",
|
||||
"open_assessment_transformer = lms.djangoapps.courseware.transformers:OpenAssessmentDateTransformer",
|
||||
],
|
||||
"openedx.ace.policy": [
|
||||
"bulk_email_optout = lms.djangoapps.bulk_email.policies:CourseEmailOptout"
|
||||
|
||||
Reference in New Issue
Block a user