示例#1
0
文件: report.py 项目: twiffy/eabooc
 def _set_exemplary_count(self):
     self.exemplary_count = Annotation.exemplaries(whose=self.student_key).count(limit=500)
示例#2
0
文件: report.py 项目: twiffy/eabooc
 def _set_promotion_texts(self):
     promos = Annotation.exemplaries(self._page).run(limit=COUNT_LIMIT)
     self.promotion_texts = [p.reason for p in promos]