Reverted Level to only utas placement test exercises, Speaking, bug fixes, placeholder
This commit is contained in:
@@ -305,6 +305,10 @@ export interface MultipleChoiceExercise {
|
||||
questions: MultipleChoiceQuestion[];
|
||||
userSolutions: { question: string; option: string }[];
|
||||
mcVariant?: string;
|
||||
passage?: {
|
||||
title: string;
|
||||
content: string;
|
||||
}
|
||||
}
|
||||
|
||||
export interface MultipleChoiceQuestion {
|
||||
|
||||
Reference in New Issue
Block a user