def has_started(self): """ Returns whether the the course has started. """ return course_metadata_utils.has_course_started(self.start)