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

View File

@@ -1,4 +1,5 @@
<script>
import { quizInfo } from '../quizInfo/FlagQuizInfo.js';
import { onMount } from "svelte";
import Header from "../components/Header.svelte";
import Footer from "../components/Footer.svelte";
@@ -969,6 +970,7 @@
{sessionStats}
{sessionLength}
{showSessionResults}
quizInfo={quizInfo}
on:startQuiz={startNewSession}
on:openSettings={() => (showSettings = true)}
on:closeResults={() => (showSessionResults = false)}