Beispiel #1
0
 def has_started(self):
     """
     Returns whether the the course has started.
     """
     return course_metadata_utils.has_course_started(self.start)
Beispiel #2
0
 def has_started(self):
     """
     Returns whether the the course has started.
     """
     return course_metadata_utils.has_course_started(self.start)