Add Geography Quiz and related components with quiz info and routing

This commit is contained in:
sha
2025-08-14 13:42:06 +03:00
parent 163bd33c3c
commit ecc09b6b9a
14 changed files with 488 additions and 171 deletions
+2
View File
@@ -1,4 +1,5 @@
<script>
import { quizInfo } from '../quizInfo/CapitalsQuizInfo.js';
import { onMount } from "svelte";
import Header from "../components/Header.svelte";
import Footer from "../components/Footer.svelte";
@@ -984,6 +985,7 @@
{sessionStats}
{sessionLength}
{showSessionResults}
quizInfo={quizInfo}
on:startQuiz={startNewSession}
on:openSettings={() => (showSettings = true)}
on:closeResults={() => (showSessionResults = false)}