tests ported

This commit is contained in:
2024-08-24 14:13:46 -06:00
parent 87742f1768
commit d32dd4e3db
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ describe("MultipleAnswersTests", () => {
{ correct: true, text: "false" }, { correct: true, text: "false" },
{ correct: false, text: "neither" }, { correct: false, text: "neither" },
], ],
matchDistractors: []
}, },
], ],
}; };

View File

@@ -37,6 +37,7 @@ lines
{ correct: true, text: "true" }, { correct: true, text: "true" },
{ correct: false, text: "false\n\nendline" }, { correct: false, text: "false\n\nendline" },
], ],
matchDistractors: []
}, },
], ],
}; };