Writing and speaking rework, some changes to module upload
This commit is contained in:
@@ -11,6 +11,6 @@ class ISpeakingService(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def grade_speaking_task(self, task: int, answers: List[Dict]) -> Dict:
|
||||
async def grade_speaking_task(self, task: int, items: any) -> Dict:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user