feat(client): exam environment download page (#57325)

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
Sem Bauke
2025-07-02 17:18:23 +02:00
committed by GitHub
parent f6107116e8
commit 1f76ac71a4
7 changed files with 252 additions and 8 deletions
@@ -50,6 +50,11 @@ const generic = path.resolve(
'../../src/templates/Challenges/generic/show.tsx'
);
const examDownload = path.resolve(
__dirname,
'../../src/templates/Challenges/exam-download/show.tsx'
);
const views = {
backend,
classic,
@@ -60,7 +65,8 @@ const views = {
exam,
msTrophy,
fillInTheBlank,
generic
generic,
examDownload
};
function getIsFirstStepInBlock(id, edges) {