MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / PracticeSession

Class PracticeSession

backend/src/flashcards/schemas.py:89–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89class PracticeSession(PracticeSessionBase):
90 id: uuid.UUID
91 user_id: uuid.UUID
92 is_completed: bool
93 total_cards: int
94 cards_practiced: int
95 correct_answers: int
96 created_at: datetime
97 updated_at: datetime
98 practice_cards: list[PracticeCard]
99
100
101class PracticeSessionList(SQLModel):

Callers 1

mock_completed_sessionFunction · 0.90

Calls

no outgoing calls

Tested by 1

mock_completed_sessionFunction · 0.72