From f4a117d4b212ab5d7aa5a795b985525b509f4c71 Mon Sep 17 00:00:00 2001 From: Antti Leinonen Date: Wed, 31 Jan 2024 18:20:19 +0200 Subject: [PATCH] Add courses to other course instances dropdown menu --- course-settings.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/course-settings.js b/course-settings.js index 2c4a86af0..8d4395dc9 100644 --- a/course-settings.js +++ b/course-settings.js @@ -12,11 +12,14 @@ const courseSettings = { bannerPath: "banner.svg", showExerciseDescriptionWhenNotLoggedIn: true, courseVariants: [ - // { - // tmcOrganization: "hbc", - // tmcCourse: "python-TVT21A", - // // quizzesId: "5c89b9b6-b8a6-4079-8c4f-a4bbc80b66a4", - // }, + { + tmcOrganization: "laurea", + tmcCourse: "LaureA9288-3007_PrgrBasK2024_Python_kkah", + }, + { + tmcOrganization: "laurea", + tmcCourse: "LaureA9288-3008_PrgrBasK2024_Python_kkah", + }, ], }