Added a solutions for the WriteBlanks exercise
This commit is contained in:
@@ -60,6 +60,10 @@ export interface WriteBlanksExercise {
|
||||
id: string; // *EXAMPLE: "14"
|
||||
solution: string[]; // *EXAMPLE: ["Prescott"] - All possible solutions (case sensitive)
|
||||
}[];
|
||||
userSolutions: {
|
||||
id: string;
|
||||
solution: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface MatchSentencesExercise {
|
||||
|
||||
Reference in New Issue
Block a user