def percent_graded(self):
     return compute_percent(self.graded_total.earned,
                            self.graded_total.possible)
 def percent_graded(self):
     return compute_percent(self.graded_total.earned, self.graded_total.possible)