We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ef271 commit a95dbc1Copy full SHA for a95dbc1
1 file changed
course-settings.js
@@ -1,13 +1,13 @@
1
const courseSettings = {
2
language: "en",
3
- name: "Python Programming MOOC 2025",
4
- siteUrl: "https://programming-25.mooc.fi",
5
- githubUrl: "https://github.com/rage/programming-25",
+ name: "Python Programming MOOC 2026",
+ siteUrl: "https://programming-26.mooc.fi",
+ githubUrl: "https://github.com/rage/programming-26",
6
subtitle: "Python Programming MOOC",
7
- slug: "programming-25",
+ slug: "programming-26",
8
organizationName: "MOOC",
9
- tmcCourse: "programming-25",
10
- quizzesId: "e0625f9b-626a-4941-afda-6c6e1b577045",
+ tmcCourse: "programming-26",
+ quizzesId: "cd4f8cae-9751-456c-bf06-9fd0285d8525",
11
tmcOrganization: "mooc",
12
bannerPath: "banner.svg",
13
showExerciseDescriptionWhenNotLoggedIn: true,
0 commit comments