feat(client/curriculum): add generic challenge and first review block (#56631)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Tom
2024-10-18 06:03:20 -05:00
committed by GitHub
parent 66362872ed
commit 898b78c2de
10 changed files with 370 additions and 10 deletions
@@ -61,6 +61,11 @@ const fillInTheBlank = path.resolve(
'../../src/templates/Challenges/fill-in-the-blank/show.tsx'
);
const generic = path.resolve(
__dirname,
'../../src/templates/Challenges/generic/show.tsx'
);
const views = {
backend,
classic,
@@ -73,8 +78,8 @@ const views = {
exam,
msTrophy,
dialogue,
fillInTheBlank
// quiz: Quiz
fillInTheBlank,
generic
};
function getIsFirstStepInBlock(id, edges) {