mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
tests ported
This commit is contained in:
@@ -26,6 +26,7 @@ describe("MultipleAnswersTests", () => {
|
|||||||
{ correct: true, text: "false" },
|
{ correct: true, text: "false" },
|
||||||
{ correct: false, text: "neither" },
|
{ correct: false, text: "neither" },
|
||||||
],
|
],
|
||||||
|
matchDistractors: []
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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: []
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user