The Quizzical backend is an async FastAPI service that drives quiz generation, session state, result retrieval, and feedback collection for the Quizzical application. It is not a thin CRUD API. The ...
isComplete: bool = Field(default=False, description="Whether the task is complete") class GetTaskInput(BaseModel): id: int = Field(description="The ID of the task to retrieve") class ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results