Skip to content

Commit

Permalink
fix!: remove score_max, specific_feedback and right_answer from Score…
Browse files Browse the repository at this point in the history
…dInputModel
  • Loading branch information
MHajoha committed Sep 27, 2024
1 parent ed23b4f commit 8635a2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions questionpy_common/api/attempt.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ class ScoredInputState(Enum):
class ScoredInputModel(BaseModel):
state: ScoredInputState
score: float | None = None
score_max: float | None = None
specific_feedback: str | None = None
right_answer: str | None = None


class ScoredSubquestionModel(BaseModel):
Expand Down

0 comments on commit 8635a2e

Please sign in to comment.