Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Oct 21, 2023
2 parents 94dc7e2 + 1dc06b3 commit 3629929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ class QuestionMetadata(BaseModel):
topic_id: Optional[str]
competency: Optional[List[str]]
difficulty: Optional[str]
skill: Optional[str]
skill_id: Optional[str]
concept: Optional[str]
concept_id: Optional[str]


class QuizMetadata(BaseModel):
Expand Down

0 comments on commit 3629929

Please sign in to comment.