feat(client/curriculum): add upcoming english superblock and challenge types (#52201)

This commit is contained in:
Tom
2023-11-09 03:08:51 -06:00
committed by GitHub
parent e68b8f1b71
commit ddc459e71e
47 changed files with 1811 additions and 29 deletions
+13 -1
View File
@@ -49,6 +49,16 @@ const msTrophy = path.resolve(
'../../src/templates/Challenges/ms-trophy/show.tsx'
);
const dialogue = path.resolve(
__dirname,
'../../src/templates/Challenges/dialogue/show.tsx'
);
const fillInTheBlank = path.resolve(
__dirname,
'../../src/templates/Challenges/fill-in-the-blank/show.tsx'
);
const views = {
backend,
classic,
@@ -58,7 +68,9 @@ const views = {
codeAlly,
odin,
exam,
msTrophy
msTrophy,
dialogue,
fillInTheBlank
// quiz: Quiz
};