Skip to content

Commit

Permalink
feat: update seed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wielopolski committed Jan 9, 2025
1 parent 5956f79 commit 13b7907
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 306 deletions.
1 change: 0 additions & 1 deletion apps/api/src/lesson/lesson.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const optionSchema = Type.Object({
studentAnswer: Type.Union([Type.String(), Type.Null()]),
isCorrect: Type.Union([Type.Boolean(), Type.Null()]),
questionId: Type.Optional(UUIDSchema),
solutionExplanation: Type.Union([Type.String(), Type.Null()]),
});

export const questionSchema = Type.Object({
Expand Down
Loading

0 comments on commit 13b7907

Please sign in to comment.