Updated the FillBlanks to the new format
This commit is contained in:
@@ -334,7 +334,7 @@ const LevelGeneration = () => {
|
||||
prompt: "Complete the summary below. Click a blank to select the corresponding word for it.",
|
||||
allowRepetition: false,
|
||||
text: currentExercise.text,
|
||||
words: currentExercise.words.map((x: any) => x.text),
|
||||
words: currentExercise.words,
|
||||
solutions: currentExercise.words.map((x: any) => ({id: x.id, solution: x.text})),
|
||||
type: "fillBlanks",
|
||||
userSolutions: [],
|
||||
|
||||
Reference in New Issue
Block a user