We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c4a5a commit 7ebd37dCopy full SHA for 7ebd37d
1 file changed
course-settings.js
@@ -12,19 +12,14 @@ const courseSettings = {
12
bannerPath: "banner.svg",
13
showExerciseDescriptionWhenNotLoggedIn: true,
14
courseVariants: [
15
- // {
16
- // tmcOrganization: "hbc",
17
- // tmcCourse: "python-TVT24Eng"
18
- // },
19
20
- // tmcOrganization: "insviladegracia",
21
- // tmcCourse: "python-viladegracia-2024"
22
23
24
25
- // tmcCourse: "python-TVT21A",
26
- // // quizzesId: "5c89b9b6-b8a6-4079-8c4f-a4bbc80b66a4",
27
+ {
+ tmcOrganization: "laurea",
+ tmcCourse: "python-english-2026-grotenfelt",
+ },
+ tmcCourse: "python-english-2026",
28
],
29
}
30
0 commit comments