コード例 #1
0
ファイル: tests.py プロジェクト: DoTamKma/debug-edx-platform
 def enable_notes(self):
     """Enable notes and add the tab to the course."""
     self.course.tabs.append(CourseTab.load("notes"))
     self.course.advanced_modules = ["notes"]
コード例 #2
0
ファイル: tests.py プロジェクト: 10clouds/edx-platform
 def enable_notes(self):
     """Enable notes and add the tab to the course."""
     self.course.tabs.append(CourseTab.load("notes"))
     self.course.advanced_modules = ["notes"]