mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(challenge-parser/client): add quiz challenge type (#56058)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ const superBlockIntro = path.resolve(
|
||||
);
|
||||
const quiz = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/projects/backend/show.tsx'
|
||||
'../../src/templates/Challenges/quiz/show.tsx'
|
||||
);
|
||||
|
||||
const video = path.resolve(
|
||||
|
||||
Reference in New Issue
Block a user