mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 11:32:01 +00:00
Add Geography Quiz and related components with quiz info and routing
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user