add new changes
This commit is contained in:
@@ -11,6 +11,14 @@ export interface Question {
|
||||
difficulty: Difficulty;
|
||||
categoryId: string;
|
||||
categoryName?: string;
|
||||
category?: {
|
||||
id: string;
|
||||
name: string;
|
||||
slug?: string;
|
||||
icon?: string;
|
||||
color?: string;
|
||||
guestAccessible?: boolean;
|
||||
};
|
||||
options?: string[]; // For multiple choice
|
||||
correctAnswer: string | string[];
|
||||
explanation: string;
|
||||
|
||||
Reference in New Issue
Block a user