예제 #1
0
 def percent_graded(self):
     return compute_percent(self.graded_total.earned,
                            self.graded_total.possible)
예제 #2
0
 def percent_graded(self):
     return compute_percent(self.graded_total.earned, self.graded_total.possible)