Skip to content

Commit

Permalink
Merge pull request #112 from avantifellows/feat/display-sol
Browse files Browse the repository at this point in the history
Bool to display solution
  • Loading branch information
suryabulusu committed Apr 2, 2024
2 parents 9723681 + f070f52 commit ca6f6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class Quiz(BaseModel):
time_limit: Optional[QuizTimeLimit] = None
# review answers immediately after quiz ends
review_immediate: Optional[bool] = True
display_solution: Optional[bool] = True
navigation_mode: NavigationMode = "linear"
instructions: Optional[str] = None
language: QuizLanguage = "en"
Expand Down

0 comments on commit ca6f6b4

Please sign in to comment.