refactor(client): use generic comp for multiple choice (#56825)

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2024-11-07 13:02:14 +01:00
committed by GitHub
parent 9c73159f10
commit 50f0c23d15
7 changed files with 74 additions and 495 deletions
@@ -36,11 +36,6 @@ const video = path.resolve(
'../../src/templates/Challenges/video/show.tsx'
);
const odin = path.resolve(
__dirname,
'../../src/templates/Challenges/odin/show.tsx'
);
const exam = path.resolve(
__dirname,
'../../src/templates/Challenges/exam/show.tsx'
@@ -69,7 +64,6 @@ const views = {
quiz,
video,
codeAlly,
odin,
exam,
msTrophy,
fillInTheBlank,