-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcourse-settings.js
More file actions
31 lines (30 loc) · 876 Bytes
/
course-settings.js
File metadata and controls
31 lines (30 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
const courseSettings = {
language: "en",
name: "Python Programming MOOC 2026",
siteUrl: "https://programming-26.mooc.fi",
githubUrl: "https://github.com/rage/programming-26",
subtitle: "Python Programming MOOC",
slug: "programming-26",
organizationName: "MOOC",
tmcCourse: "programming-26",
quizzesId: "cd4f8cae-9751-456c-bf06-9fd0285d8525",
tmcOrganization: "mooc",
bannerPath: "banner.svg",
showExerciseDescriptionWhenNotLoggedIn: true,
courseVariants: [
// {
// tmcOrganization: "hbc",
// tmcCourse: "python-TVT24Eng"
// },
// {
// tmcOrganization: "insviladegracia",
// tmcCourse: "python-viladegracia-2024"
// },
// {
// tmcOrganization: "hbc",
// tmcCourse: "python-TVT21A",
// // quizzesId: "5c89b9b6-b8a6-4079-8c4f-a4bbc80b66a4",
// },
],
}
module.exports = courseSettings