Added a new LTI-based course tab, and LtiDiscussion tab
This PR lays the groundwork for a an LTI tab that can embed any LTI1.1-based tool as an course tab. It also adds another tab based on this LTI Tab that offers special support for embedding LTI-based discussion tools in a course tab. If enabled this will replace the existing discussion tab.
This commit is contained in:
2
setup.py
2
setup.py
@@ -28,6 +28,8 @@ setup(
|
||||
"external_link = lms.djangoapps.courseware.tabs:ExternalLinkCourseTab",
|
||||
"html_textbooks = lms.djangoapps.courseware.tabs:HtmlTextbookTabs",
|
||||
"instructor = lms.djangoapps.instructor.views.instructor_dashboard:InstructorDashboardTab",
|
||||
"lti_discussion = openedx.features.lti_course_tab.tab:DiscussionLtiCourseTab",
|
||||
"lti_tab = openedx.features.lti_course_tab.tab:LtiCourseTab",
|
||||
"pdf_textbooks = lms.djangoapps.courseware.tabs:PDFTextbookTabs",
|
||||
"progress = lms.djangoapps.courseware.tabs:ProgressTab",
|
||||
"static_tab = xmodule.tabs:StaticTab",
|
||||
|
||||
Reference in New Issue
Block a user