feat(client/curriculum): add upcoming english superblock and challenge types (#52201)

This commit is contained in:
Tom
2023-11-09 03:08:51 -06:00
committed by GitHub
parent e68b8f1b71
commit ddc459e71e
47 changed files with 1811 additions and 29 deletions
@@ -23,6 +23,7 @@ export function getSuperBlockSubPath(superBlock: SuperBlocks): string {
[SuperBlocks.ProjectEuler]: '18-project-euler',
[SuperBlocks.FoundationalCSharp]: '19-foundational-c-sharp-with-microsoft',
[SuperBlocks.UpcomingPython]: '20-upcoming-python',
[SuperBlocks.A2English]: '21-a2-english-for-developers',
[SuperBlocks.ExampleCertification]: '99-example-certification'
};
return pathMap[superBlock];