Reason working
This commit is contained in:
parent
c87ebf0a74
commit
845e3ab3d6
4 changed files with 85 additions and 39 deletions
1
types.ts
1
types.ts
|
|
@ -16,6 +16,7 @@ export interface AnswerOption {
|
|||
isCorrect: boolean;
|
||||
shape: 'triangle' | 'diamond' | 'circle' | 'square';
|
||||
color: 'red' | 'blue' | 'yellow' | 'green';
|
||||
reason?: string; // Explanation for why this answer is correct or incorrect
|
||||
}
|
||||
|
||||
export interface Question {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue