From 6544197842c3757f6109f97a6261199627805feb Mon Sep 17 00:00:00 2001 From: Antti Leinonen Date: Wed, 16 Aug 2023 10:01:27 +0300 Subject: [PATCH] Add HBC course instances to course variants --- course-settings.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/course-settings.js b/course-settings.js index b76fc74aa..b737daadd 100644 --- a/course-settings.js +++ b/course-settings.js @@ -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" + }, ], }