Skip to content

Commit 7ebd37d

Browse files
committed
Add Laurea's course variants to dropdown menu
1 parent d4c4a5a commit 7ebd37d

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

course-settings.js

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,14 @@ const courseSettings = {
1212
bannerPath: "banner.svg",
1313
showExerciseDescriptionWhenNotLoggedIn: true,
1414
courseVariants: [
15-
// {
16-
// tmcOrganization: "hbc",
17-
// tmcCourse: "python-TVT24Eng"
18-
// },
19-
// {
20-
// tmcOrganization: "insviladegracia",
21-
// tmcCourse: "python-viladegracia-2024"
22-
// },
23-
// {
24-
// tmcOrganization: "hbc",
25-
// tmcCourse: "python-TVT21A",
26-
// // quizzesId: "5c89b9b6-b8a6-4079-8c4f-a4bbc80b66a4",
27-
// },
15+
{
16+
tmcOrganization: "laurea",
17+
tmcCourse: "python-english-2026-grotenfelt",
18+
},
19+
{
20+
tmcOrganization: "laurea",
21+
tmcCourse: "python-english-2026",
22+
},
2823
],
2924
}
3025

0 commit comments

Comments
 (0)