Skip to content

Commit 595330b

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 50a9bc8 commit 595330b

4 files changed

Lines changed: 1671 additions & 0 deletions

File tree

93.3 KB
Loading

assets/js/site.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@ const quizzes = [
155155
lessonUrl: 'quizzes/gned07/globalization/lesson.html',
156156
quizUrl: 'quizzes/gned07/globalization/quiz.html',
157157
},
158+
{
159+
id: 3,
160+
image: 'assets/images/quizzes/lesson_4-global-governance.png',
161+
title: 'Global Governance Quiz',
162+
description: 'Lesson 4 of GNED07 about the contemporary global governance.',
163+
lessonUrl: 'quizzes/gned07/global-governance/lesson.html',
164+
quizUrl: 'quizzes/gned07/global-governance/quiz.html',
165+
},
158166
];
159167

160168
const mods = [

0 commit comments

Comments
 (0)