Example #1
0
 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"]
Example #2
0
 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"]