Skip to content

Commit

Permalink
Add courses to other course instances dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Jan 31, 2024
1 parent a9e07a6 commit f4a117d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions course-settings.js
Expand Up @@ -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",
},
],
}

Expand Down

0 comments on commit f4a117d

Please sign in to comment.