添加抽答页面
This commit is contained in:
@@ -59,6 +59,10 @@ class PickerStudent:
|
||||
def modify(self) -> bool:
|
||||
return self._modify
|
||||
|
||||
@property
|
||||
def weight(self) -> int:
|
||||
return int(sum(1 for x in self._scores if x != 0) / self.total_time * 100)
|
||||
|
||||
def saved(self):
|
||||
self._modify = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user