mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user