diff --git a/course-settings.js b/course-settings.js index e96c5cf70..3841cf72d 100644 --- a/course-settings.js +++ b/course-settings.js @@ -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" + }, ], }