mirror of
https://github.com/shadoll/sLogos.git
synced 2026-08-28 11:33:29 +00:00
Add Geography Quiz and related components with quiz info and routing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export const quizInfo = {
|
||||
title: "Capitals Quiz",
|
||||
icon: "/icons/buildings.svg",
|
||||
description: "Test your knowledge of world capitals.",
|
||||
features: [
|
||||
{ icon: "/icons/global.svg", text: "Capitals from every continent" },
|
||||
{ icon: "/icons/medal-ribbon.svg", text: "Perfect rounds and achievements" },
|
||||
{ icon: "/icons/chart-square.svg", text: "Track your progress" }
|
||||
]
|
||||
};
|
||||
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
export const quizInfo = {
|
||||
title: "Capitals Quiz",
|
||||
icon: "/icons/buildings.svg",
|
||||
description: "Test your knowledge of world capitals.",
|
||||
features: [
|
||||
{ icon: "/icons/global.svg", text: "Capitals from every continent" },
|
||||
{ icon: "/icons/medal-ribbon.svg", text: "Perfect rounds and achievements" },
|
||||
{ icon: "/icons/chart-square.svg", text: "Track your progress" }
|
||||
]
|
||||
};
|
||||
</script>
|
||||
@@ -0,0 +1,10 @@
|
||||
export const quizInfo = {
|
||||
title: "Flag Quiz",
|
||||
icon: "/icons/flag.svg",
|
||||
description: "Test your knowledge of world flags.",
|
||||
features: [
|
||||
{ icon: "/icons/global.svg", text: "Flags from every continent" },
|
||||
{ icon: "/icons/medal-ribbon.svg", text: "Unlock achievements" },
|
||||
{ icon: "/icons/chart-square.svg", text: "Track your progress" }
|
||||
]
|
||||
};
|
||||
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
export const quizInfo = {
|
||||
title: "Flag Quiz",
|
||||
icon: "/icons/flag.svg",
|
||||
description: "Test your knowledge of world flags.",
|
||||
features: [
|
||||
{ icon: "/icons/global.svg", text: "Flags from every continent" },
|
||||
{ icon: "/icons/medal-ribbon.svg", text: "Unlock achievements" },
|
||||
{ icon: "/icons/chart-square.svg", text: "Track your progress" }
|
||||
]
|
||||
};
|
||||
</script>
|
||||
@@ -0,0 +1,10 @@
|
||||
export const quizInfo = {
|
||||
title: "Geography Quiz",
|
||||
icon: "/icons/map.svg",
|
||||
description: "Test your knowledge of world geography by identifying countries from their map shapes.",
|
||||
features: [
|
||||
{ icon: "/icons/global.svg", text: "Countries from every continent" },
|
||||
{ icon: "/icons/map.svg", text: "Unique map-based questions" },
|
||||
{ icon: "/icons/chart-square.svg", text: "Track your progress" }
|
||||
]
|
||||
};
|
||||
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
export const quizInfo = {
|
||||
title: "Geography Quiz",
|
||||
icon: "/icons/map.svg",
|
||||
description: "Test your knowledge of world geography by identifying countries from their map shapes.",
|
||||
features: [
|
||||
{ icon: "/icons/global.svg", text: "Countries from every continent" },
|
||||
{ icon: "/icons/map.svg", text: "Unique map-based questions" },
|
||||
{ icon: "/icons/chart-square.svg", text: "Track your progress" }
|
||||
]
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user