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:
Tom
2024-09-24 10:48:17 -05:00
committed by GitHub
parent 14ba93c448
commit c8f272d3c3
80 changed files with 28715 additions and 2 deletions
@@ -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(