feat: update ExerciseMcqData.answer type to number[]
This commit is contained in:
@@ -582,7 +582,7 @@ export interface Tutorial {
|
|||||||
export interface ExerciseMcqData {
|
export interface ExerciseMcqData {
|
||||||
question: string
|
question: string
|
||||||
options: string[]
|
options: string[]
|
||||||
answer: number
|
answer: number[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ExerciseSortData {
|
export interface ExerciseSortData {
|
||||||
|
|||||||
Reference in New Issue
Block a user