Skip to content

Commit

Permalink
Add courses to other course instances dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Jan 31, 2024
1 parent eea050d commit 9422918
Showing 1 changed file with 8 additions and 40 deletions.
48 changes: 8 additions & 40 deletions course-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,14 @@ const courseSettings = {
bannerPath: "banner.svg",
showExerciseDescriptionWhenNotLoggedIn: true,
courseVariants: [
// {
// tmcOrganization: "haaga-helia",
// tmcCourse: "python-2022",
// },
// {
// 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"
// },
// {
// tmcOrganization: "uwasa",
// tmcCourse: "python-2023"
// },
// {
// tmcOrganization: "laurea",
// tmcCourse: "OhjelmointiPerusSyksy2023PythonKKAH"
// },
{
tmcOrganization: "laurea",
tmcCourse: "python-2024-stenberg"
},
{
tmcOrganization: "hellu",
tmcCourse: "HelluTTK01"
},
],
}

Expand Down

0 comments on commit 9422918

Please sign in to comment.