feat(curriculum): Add A2 Spanish Outline (#60303)

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Nielda Karla
2025-05-15 16:47:26 -03:00
committed by GitHub
parent 186ccf2602
commit e149f7514f
24 changed files with 261 additions and 11 deletions
@@ -44,6 +44,7 @@ export const orderedSuperBlockInfo = [
{ dashedName: SuperBlocks.CollegeAlgebraPy, public: true },
{ dashedName: SuperBlocks.A2English, public: true },
{ dashedName: SuperBlocks.B1English, public: true },
{ dashedName: SuperBlocks.A2Spanish, public: true },
{ dashedName: SuperBlocks.TheOdinProject, public: true },
{ dashedName: SuperBlocks.RespWebDesign, public: true },
{ dashedName: SuperBlocks.PythonForEverybody, public: true },
@@ -103,6 +103,11 @@ export const orderedSuperBlockInfo: Record<
dashedName: SuperBlocks.B1English,
public: true,
title: intros[SuperBlocks.B1English].title
},
{
dashedName: SuperBlocks.A2Spanish,
public: true,
title: intros[SuperBlocks.A2Spanish].title
}
],