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