Esempio n. 1
0
 def may_certify(self):
     """
     Returns whether it is acceptable to show the student a certificate
     download link.
     """
     return course_metadata_utils.may_certify_for_course(
         self.certificates_display_behavior,
         self.certificates_show_before_end, self.has_ended())
Esempio n. 2
0
 def may_certify(self):
     """
     Returns whether it is acceptable to show the student a certificate
     download link.
     """
     return course_metadata_utils.may_certify_for_course(
         self.certificates_display_behavior,
         self.certificates_show_before_end,
         self.has_ended()
     )