Skip to content

Commit

Permalink
Add HBC course instances to course variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Aug 16, 2023
1 parent 7870b03 commit 6544197
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions course-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,30 @@ const courseSettings = {
tmcOrganization: "laurea",
tmcCourse: "laurea-python-syksy-2023"
},
{
tmcOrganization: "hbc",
tmcCourse: "hbc-kyber23AL"
},
{
tmcOrganization: "hbc",
tmcCourse: "hbc-python-KYBER23B"
},
{
tmcOrganization: "hbc",
tmcCourse: "hbc-python-PELI23AL"
},
{
tmcOrganization: "hbc",
tmcCourse: "hbc-python-PELI23B"
},
{
tmcOrganization: "hbc",
tmcCourse: "hbc-python-WEB23A"
},
{
tmcOrganization: "hbc",
tmcCourse: "hbc-python-WEB23B"
},
],
}

Expand Down

0 comments on commit 6544197

Please sign in to comment.