From c4211494a37ccf5c292d71bf4501b606e5369e32 Mon Sep 17 00:00:00 2001 From: Pasha Bibko <156938226+PashaBibko@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:13:14 +0000 Subject: [PATCH] Made trivia hard coded --- Assets/Scripts/Windows/TriviaWindow.cs | 4 +- Assets/StreamingAssets.meta | 8 - Assets/StreamingAssets/Trivia.json | 954 ------------------------ Assets/StreamingAssets/Trivia.json.meta | 3 - 4 files changed, 1 insertion(+), 968 deletions(-) delete mode 100644 Assets/StreamingAssets.meta delete mode 100644 Assets/StreamingAssets/Trivia.json delete mode 100644 Assets/StreamingAssets/Trivia.json.meta diff --git a/Assets/Scripts/Windows/TriviaWindow.cs b/Assets/Scripts/Windows/TriviaWindow.cs index 05241a1..35d0310 100644 --- a/Assets/Scripts/Windows/TriviaWindow.cs +++ b/Assets/Scripts/Windows/TriviaWindow.cs @@ -41,9 +41,7 @@ namespace InterfaceOff [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)] private static void LoadTriviaSet() { - string path = Application.streamingAssetsPath + "/Trivia.json"; - string json = File.ReadAllText(path); - + const string json = "{\n \"questions\" : [\n {\n \"question\" : \"2 + 2?\",\n \"choices\" : [\n \"3\",\n \"4\",\n \"5\",\n \"6\"\n ],\n \"answer\" : \"4\"\n },\n {\n \"question\" : \"What is the capital of France?\",\n \"choices\" : [\n \"Paris\",\n \"Rome\",\n \"Berlin\",\n \"Madrid\"\n ],\n \"answer\" : \"Paris\"\n },\n {\n \"question\" : \"What color is the sky?\",\n \"choices\" : [\n \"Blue\",\n \"Green\",\n \"Red\",\n \"Yellow\"\n ],\n \"answer\" : \"Blue\"\n },\n {\n \"question\" : \"What color is grass?\",\n \"choices\" : [\n \"Green\",\n \"Blue\",\n \"Red\",\n \"White\"\n ],\n \"answer\" : \"Green\"\n },\n {\n \"question\" : \"What is the opposite of hot?\",\n \"choices\" : [\n \"Cold\",\n \"Warm\",\n \"Dry\",\n \"Wet\"\n ],\n \"answer\" : \"Cold\"\n },\n {\n \"question\" : \"Which direction does the sun rise?\",\n \"choices\" : [\n \"East\",\n \"West\",\n \"North\",\n \"South\"\n ],\n \"answer\" : \"East\"\n },\n {\n \"question\" : \"How many days are there in a week?\",\n \"choices\" : [\n \"5\",\n \"6\",\n \"7\",\n \"8\"\n ],\n \"answer\" : \"7\"\n },\n {\n \"question\" : \"How many hours are there in a day?\",\n \"choices\" : [\n \"12\",\n \"18\",\n \"24\",\n \"36\"\n ],\n \"answer\" : \"24\"\n },\n {\n \"question\" : \"How many letters are in the alphabet?\",\n \"choices\" : [\n \"24\",\n \"25\",\n \"26\",\n \"27\"\n ],\n \"answer\" : \"26\"\n },\n {\n \"question\" : \"Earth is a?\",\n \"choices\" : [\n \"Star\",\n \"Planet\",\n \"Moon\",\n \"Comet\"\n ],\n \"answer\" : \"Planet\"\n },\n {\n \"question\" : \"What is the largest planet in the solar system?\",\n \"choices\" : [\n \"Earth\",\n \"Mars\",\n \"Jupiter\",\n \"Venus\"\n ],\n \"answer\" : \"Jupiter\"\n },\n {\n \"question\" : \"Which number is the smallest?\",\n \"choices\" : [\n \"1\",\n \"-5\",\n \"10\",\n \"-100\"\n ],\n \"answer\" : \"-100\"\n },\n {\n \"question\" : \"What is the opposite of up?\",\n \"choices\" : [\n \"Down\",\n \"Left\",\n \"Right\",\n \"Around\"\n ],\n \"answer\" : \"Down\"\n },\n {\n \"question\" : \"What temperature does water freeze at?\",\n \"choices\" : [\n \"0°C\",\n \"50°C\",\n \"100°C\",\n \"10°C\"\n ],\n \"answer\" : \"0°C\"\n },\n {\n \"question\" : \"What is the fastest land animal?\",\n \"choices\" : [\n \"Dog\",\n \"Horse\",\n \"Cheetah\",\n \"Cat\"\n ],\n \"answer\" : \"Cheetah\"\n },\n {\n \"question\" : \"What do humans breathe?\",\n \"choices\" : [\n \"Oxygen\",\n \"Carbon\",\n \"Helium\",\n \"Smoke\"\n ],\n \"answer\" : \"Oxygen\"\n },\n {\n \"question\" : \"What shape has 3 sides?\",\n \"choices\" : [\n \"Square\",\n \"Triangle\",\n \"Circle\",\n \"Oval\"\n ],\n \"answer\" : \"Triangle\"\n },\n {\n \"question\" : \"What shape has 4 sides?\",\n \"choices\" : [\n \"Triangle\",\n \"Square\",\n \"Circle\",\n \"Star\"\n ],\n \"answer\" : \"Square\"\n },\n {\n \"question\" : \"Which of these is a Primary color?\",\n \"choices\" : [\n \"Blue\",\n \"Pink\",\n \"Brown\",\n \"Gray\"\n ],\n \"answer\" : \"Blue\"\n },\n {\n \"question\" : \"What is the opposite of big?\",\n \"choices\" : [\n \"Small\",\n \"Tall\",\n \"Wide\",\n \"Long\"\n ],\n \"answer\" : \"Small\"\n },\n {\n \"question\" : \"Fire is?\",\n \"choices\" : [\n \"Hot\",\n \"Cold\",\n \"Wet\",\n \"Soft\"\n ],\n \"answer\" : \"Hot\"\n },\n {\n \"question\" : \"Ice is?\",\n \"choices\" : [\n \"Cold\",\n \"Hot\",\n \"Dry\",\n \"Hard\"\n ],\n \"answer\" : \"Cold\"\n },\n {\n \"question\" : \"Which day is after Monday?\",\n \"choices\" : [\n \"Tuesday\",\n \"Sunday\",\n \"Friday\",\n \"Saturday\"\n ],\n \"answer\" : \"Tuesday\"\n },\n {\n \"question\" : \"Which of these days are on a weekend?\",\n \"choices\" : [\n \"Monday\",\n \"Tuesday\",\n \"Saturday\",\n \"Wednesday\"\n ],\n \"answer\" : \"Saturday\"\n },\n {\n \"question\" : \"What is the color of a banana?\",\n \"choices\" : [\n \"Yellow\",\n \"Blue\",\n \"Red\",\n \"Purple\"\n ],\n \"answer\" : \"Yellow\"\n },\n {\n \"question\" : \"What is the color of an apple?\",\n \"choices\" : [\n \"Red\",\n \"Blue\",\n \"Black\",\n \"Pink\"\n ],\n \"answer\" : \"Red\"\n },\n {\n \"question\" : \"Where do Fish live?\",\n \"choices\" : [\n \"Water\",\n \"Air\",\n \"Sand\",\n \"Fire\"\n ],\n \"answer\" : \"Water\"\n },\n {\n \"question\" : \"What is the opposite of fast?\",\n \"choices\" : [\n \"Slow\",\n \"Quick\",\n \"Sharp\",\n \"Bright\"\n ],\n \"answer\" : \"Slow\"\n },\n {\n \"question\" : \"What is the sun?\",\n \"choices\" : [\n \"Star\",\n \"Planet\",\n \"Moon\",\n \"Rock\"\n ],\n \"answer\" : \"Star\"\n },\n {\n \"question\" : \"What does the moon orbit?\",\n \"choices\" : [\n \"Earth\",\n \"Sun\",\n \"Mars\",\n \"Jupiter\"\n ],\n \"answer\" : \"Earth\"\n },\n {\n \"question\" : \"How many legs does a human have?\",\n \"choices\" : [\n \"2\",\n \"4\",\n \"6\",\n \"8\"\n ],\n \"answer\" : \"2\"\n },\n {\n \"question\" : \"How many eyes does a human have?\",\n \"choices\" : [\n \"1\",\n \"2\",\n \"3\",\n \"4\"\n ],\n \"answer\" : \"2\"\n },\n {\n \"question\" : \"Snow color is snow?\",\n \"choices\" : [\n \"White\",\n \"Black\",\n \"Red\",\n \"Green\"\n ],\n \"answer\" : \"White\"\n },\n {\n \"question\" : \"What is the opposite of open?\",\n \"choices\" : [\n \"Closed\",\n \"Wide\",\n \"Large\",\n \"Empty\"\n ],\n \"answer\" : \"Closed\"\n },\n {\n \"question\" : \"What color is milk?\",\n \"choices\" : [\n \"White\",\n \"Blue\",\n \"Brown\",\n \"Yellow\"\n ],\n \"answer\" : \"White\"\n },\n {\n \"question\" : \"What does fire need to stay alight?\",\n \"choices\" : [\n \"Oxygen\",\n \"Water\",\n \"Ice\",\n \"Sand\"\n ],\n \"answer\" : \"Oxygen\"\n },\n {\n \"question\" : \"What is the opposite of full?\",\n \"choices\" : [\n \"Empty\",\n \"Large\",\n \"Wide\",\n \"Heavy\"\n ],\n \"answer\" : \"Empty\"\n },\n {\n \"question\" : \"What color is the sky during the day?\",\n \"choices\" : [\n \"Blue\",\n \"Black\",\n \"Green\",\n \"Gray\"\n ],\n \"answer\" : \"Blue\"\n },\n {\n \"question\" : \"What color is the sky during the night?\",\n \"choices\" : [\n \"Black\",\n \"Blue\",\n \"Green\",\n \"Red\"\n ],\n \"answer\" : \"Black\"\n },\n {\n \"question\" : \"2 + 3 =\",\n \"choices\" : [\n \"4\",\n \"5\",\n \"6\",\n \"7\"\n ],\n \"answer\" : \"5\"\n },\n {\n \"question\" : \"5 - 2 =\",\n \"choices\" : [\n \"2\",\n \"3\",\n \"4\",\n \"5\"\n ],\n \"answer\" : \"3\"\n },\n {\n \"question\" : \"10 / 2 =\",\n \"choices\" : [\n \"2\",\n \"4\",\n \"5\",\n \"10\"\n ],\n \"answer\" : \"5\"\n },\n {\n \"question\" : \"3 × 3 =\",\n \"choices\" : [\n \"6\",\n \"8\",\n \"9\",\n \"12\"\n ],\n \"answer\" : \"9\"\n },\n {\n \"question\" : \"What is the opposite of left?\",\n \"choices\" : [\n \"Right\",\n \"Up\",\n \"Down\",\n \"Back\"\n ],\n \"answer\" : \"Right\"\n },\n {\n \"question\" : \"What is the color of the sun?\",\n \"choices\" : [\n \"Yellow\",\n \"Blue\",\n \"Green\",\n \"Purple\"\n ],\n \"answer\" : \"Yellow\"\n },\n {\n \"question\" : \"What do fish breathe through?\",\n \"choices\" : [\n \"Gills\",\n \"Lungs\",\n \"Skin\",\n \"Fire\"\n ],\n \"answer\" : \"Gills\"\n },\n {\n \"question\" : \"What is the opposite of loud?\",\n \"choices\" : [\n \"Quiet\",\n \"Fast\",\n \"Sharp\",\n \"Bright\"\n ],\n \"answer\" : \"Quiet\"\n },\n {\n \"question\" : \"What is the color of fire?\",\n \"choices\" : [\n \"Red\",\n \"Blue\",\n \"Green\",\n \"White\"\n ],\n \"answer\" : \"Red\"\n },\n {\n \"question\" : \"What is the capital of Italy?\",\n \"choices\" : [\n \"Rome\",\n \"Paris\",\n \"Berlin\",\n \"Madrid\"\n ],\n \"answer\" : \"Rome\"\n },\n {\n \"question\" : \"What is the largest ocean?\",\n \"choices\" : [\n \"Pacific\",\n \"Atlantic\",\n \"Indian\",\n \"Arctic\"\n ],\n \"answer\" : \"Pacific\"\n },\n {\n \"question\" : \"What is the color of a firetruck?\",\n \"choices\" : [\n \"Red\",\n \"Blue\",\n \"Green\",\n \"Yellow\"\n ],\n \"answer\" : \"Red\"\n },\n {\n \"question\" : \"What is the color of a banana?\",\n \"choices\" : [\n \"Yellow\",\n \"Red\",\n \"Blue\",\n \"Purple\"\n ],\n \"answer\" : \"Yellow\"\n },\n {\n \"question\" : \"What planet is known for its rings?\",\n \"choices\" : [\n \"Saturn\",\n \"Mars\",\n \"Earth\",\n \"Venus\"\n ],\n \"answer\" : \"Saturn\"\n },\n {\n \"question\" : \"What is the largest land animal?\",\n \"choices\" : [\n \"Elephant\",\n \"Lion\",\n \"Horse\",\n \"Bear\"\n ],\n \"answer\" : \"Elephant\"\n },\n {\n \"question\" : \"What is the tallest tree type?\",\n \"choices\" : [\n \"Redwood\",\n \"Pine\",\n \"Oak\",\n \"Birch\"\n ],\n \"answer\" : \"Redwood\"\n },\n {\n \"question\" : \"Which celestial body does the Earth rotate around?\",\n \"choices\" : [\n \"Sun\",\n \"Moon\",\n \"Mars\",\n \"Jupiter\"\n ],\n \"answer\" : \"Sun\"\n },\n {\n \"question\" : \"Which celestial body does the moon orbit?\",\n \"choices\" : [\n \"Earth\",\n \"Sun\",\n \"Mars\",\n \"Venus\"\n ],\n \"answer\" : \"Earth\"\n },\n {\n \"question\" : \"What is the largest desert?\",\n \"choices\" : [\n \"Sahara\",\n \"Gobi\",\n \"Kalahari\",\n \"Arctic\"\n ],\n \"answer\" : \"Sahara\"\n },\n {\n \"question\" : \"What is the smallest continent?\",\n \"choices\" : [\n \"Australia\",\n \"Europe\",\n \"Asia\",\n \"Africa\"\n ],\n \"answer\" : \"Australia\"\n },\n {\n \"question\" : \"What is the largest continent?\",\n \"choices\" : [\n \"Asia\",\n \"Africa\",\n \"Europe\",\n \"Antarctica\"\n ],\n \"answer\" : \"Asia\"\n },\n {\n \"question\" : \"What planet is closest to the Sun?\",\n \"choices\" : [\n \"Mercury\",\n \"Venus\",\n \"Earth\",\n \"Mars\"\n ],\n \"answer\" : \"Mercury\"\n },\n {\n \"question\" : \"What planet is farthest from the Sun?\",\n \"choices\" : [\n \"Neptune\",\n \"Mars\",\n \"Earth\",\n \"Venus\"\n ],\n \"answer\" : \"Neptune\"\n },\n {\n \"question\" : \"What bird cannot fly?\",\n \"choices\" : [\n \"Ostrich\",\n \"Eagle\",\n \"Sparrow\",\n \"Parrot\"\n ],\n \"answer\" : \"Ostrich\"\n },\n {\n \"question\" : \"Which mammal can fly?\",\n \"choices\" : [\n \"Bat\",\n \"Cat\",\n \"Dog\",\n \"Horse\"\n ],\n \"answer\" : \"Bat\"\n },\n {\n \"question\" : \"What animal has a trunk?\",\n \"choices\" : [\n \"Elephant\",\n \"Rhino\",\n \"Horse\",\n \"Lion\"\n ],\n \"answer\" : \"Elephant\"\n },\n {\n \"question\" : \"What animal has stripes?\",\n \"choices\" : [\n \"Tiger\",\n \"Lion\",\n \"Bear\",\n \"Elephant\"\n ],\n \"answer\" : \"Tiger\"\n },\n {\n \"question\" : \"What animal lays eggs?\",\n \"choices\" : [\n \"Chicken\",\n \"Dog\",\n \"Cat\",\n \"Cow\"\n ],\n \"answer\" : \"Chicken\"\n },\n {\n \"question\" : \"Largest planet in solar system?\",\n \"choices\" : [\n \"Jupiter\",\n \"Mars\",\n \"Earth\",\n \"Venus\"\n ],\n \"answer\" : \"Jupiter\"\n },\n {\n \"question\" : \"Smallest planet in the solar system?\",\n \"choices\" : [\n \"Mercury\",\n \"Mars\",\n \"Venus\",\n \"Earth\"\n ],\n \"answer\" : \"Mercury\"\n },\n {\n \"question\" : \"What direction is the opposite of up?\",\n \"choices\" : [\n \"Down\",\n \"Left\",\n \"Right\",\n \"Back\"\n ],\n \"answer\" : \"Down\"\n },\n {\n \"question\" : \"Hot drink from beans?\",\n \"choices\" : [\n \"Coffee\",\n \"Tea\",\n \"Milk\",\n \"Water\"\n ],\n \"answer\" : \"Coffee\"\n },\n {\n \"question\" : \"What is the day after Sunday?\",\n \"choices\" : [\n \"Monday\",\n \"Tuesday\",\n \"Saturday\",\n \"Friday\"\n ],\n \"answer\" : \"Monday\"\n },\n {\n \"question\" : \"What is the longest river?\",\n \"choices\" : [\n \"Nile\",\n \"Amazon\",\n \"Yangtze\",\n \"Mississippi\"\n ],\n \"answer\" : \"Nile\"\n },\n {\n \"question\" : \"What is the highest mountain?\",\n \"choices\" : [\n \"Everest\",\n \"K2\",\n \"Kangchenjunga\",\n \"Denali\"\n ],\n \"answer\" : \"Everest\"\n },\n {\n \"question\" : \"What is the largest country?\",\n \"choices\" : [\n \"Russia\",\n \"Canada\",\n \"China\",\n \"USA\"\n ],\n \"answer\" : \"Russia\"\n },\n {\n \"question\" : \"Language spoken in Spain?\",\n \"choices\" : [\n \"Spanish\",\n \"French\",\n \"German\",\n \"Italian\"\n ],\n \"answer\" : \"Spanish\"\n },\n {\n \"question\" : \"Language spoken in France?\",\n \"choices\" : [\n \"French\",\n \"Spanish\",\n \"English\",\n \"German\"\n ],\n \"answer\" : \"French\"\n },\n {\n \"question\" : \"Language spoken in Germany?\",\n \"choices\" : [\n \"German\",\n \"English\",\n \"Spanish\",\n \"Italian\"\n ],\n \"answer\" : \"German\"\n },\n {\n \"question\" : \"Language spoken in Italy?\",\n \"choices\" : [\n \"Italian\",\n \"French\",\n \"Spanish\",\n \"German\"\n ],\n \"answer\" : \"Italian\"\n },\n {\n \"question\" : \"Hot beverage from leaves?\",\n \"choices\" : [\n \"Tea\",\n \"Coffee\",\n \"Milk\",\n \"Water\"\n ],\n \"answer\" : \"Tea\"\n },\n {\n \"question\" : \"Round fruit, red or green?\",\n \"choices\" : [\n \"Apple\",\n \"Banana\",\n \"Orange\",\n \"Grape\"\n ],\n \"answer\" : \"Apple\"\n },\n {\n \"question\" : \"Long yellow fruit?\",\n \"choices\" : [\n \"Banana\",\n \"Apple\",\n \"Orange\",\n \"Mango\"\n ],\n \"answer\" : \"Banana\"\n },\n {\n \"question\" : \"Orange citrus fruit?\",\n \"choices\" : [\n \"Orange\",\n \"Apple\",\n \"Banana\",\n \"Pear\"\n ],\n \"answer\" : \"Orange\"\n },\n {\n \"question\" : \"Green citrus fruit?\",\n \"choices\" : [\n \"Lime\",\n \"Lemon\",\n \"Orange\",\n \"Grapefruit\"\n ],\n \"answer\" : \"Lime\"\n },\n {\n \"question\" : \"Animal that quacks?\",\n \"choices\" : [\n \"Duck\",\n \"Goose\",\n \"Chicken\",\n \"Turkey\"\n ],\n \"answer\" : \"Duck\"\n },\n {\n \"question\" : \"Animal that oinks?\",\n \"choices\" : [\n \"Pig\",\n \"Cow\",\n \"Dog\",\n \"Sheep\"\n ],\n \"answer\" : \"Pig\"\n },\n {\n \"question\" : \"Animal that moos?\",\n \"choices\" : [\n \"Cow\",\n \"Pig\",\n \"Dog\",\n \"Horse\"\n ],\n \"answer\" : \"Cow\"\n },\n {\n \"question\" : \"What animal has a mane?\",\n \"choices\" : [\n \"Lion\",\n \"Tiger\",\n \"Elephant\",\n \"Horse\"\n ],\n \"answer\" : \"Lion\"\n },\n {\n \"question\" : \"What animal has a hump?\",\n \"choices\" : [\n \"Camel\",\n \"Horse\",\n \"Elephant\",\n \"Donkey\"\n ],\n \"answer\" : \"Camel\"\n },\n {\n \"question\" : \"What animal can hop?\",\n \"choices\" : [\n \"Kangaroo\",\n \"Lion\",\n \"Tiger\",\n \"Elephant\"\n ],\n \"answer\" : \"Kangaroo\"\n },\n {\n \"question\" : \"What animal can swim?\",\n \"choices\" : [\n \"Fish\",\n \"Dog\",\n \"Cat\",\n \"Horse\"\n ],\n \"answer\" : \"Fish\"\n },\n {\n \"question\" : \"Which animal can fly?\",\n \"choices\" : [\n \"Bird\",\n \"Cat\",\n \"Dog\",\n \"Elephant\"\n ],\n \"answer\" : \"Bird\"\n },\n {\n \"question\" : \"What animal has a shell?\",\n \"choices\" : [\n \"Turtle\",\n \"Dog\",\n \"Cat\",\n \"Horse\"\n ],\n \"answer\" : \"Turtle\"\n },\n {\n \"question\" : \"What animal has tusks?\",\n \"choices\" : [\n \"Elephant\",\n \"Lion\",\n \"Horse\",\n \"Tiger\"\n ],\n \"answer\" : \"Elephant\"\n },\n {\n \"question\" : \"Color of coal?\",\n \"choices\" : [\n \"Black\",\n \"White\",\n \"Red\",\n \"Green\"\n ],\n \"answer\" : \"Black\"\n }\n ]\n}\n"; Trivia = JsonUtility.FromJson(json); } diff --git a/Assets/StreamingAssets.meta b/Assets/StreamingAssets.meta deleted file mode 100644 index 74f2e0b..0000000 --- a/Assets/StreamingAssets.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 5038d608611638d459e677b1432afd57 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/StreamingAssets/Trivia.json b/Assets/StreamingAssets/Trivia.json deleted file mode 100644 index 90c8c57..0000000 --- a/Assets/StreamingAssets/Trivia.json +++ /dev/null @@ -1,954 +0,0 @@ -{ - "questions" : [ - { - "question" : "2 + 2?", - "choices" : [ - "3", - "4", - "5", - "6" - ], - "answer" : "4" - }, - { - "question" : "What is the capital of France?", - "choices" : [ - "Paris", - "Rome", - "Berlin", - "Madrid" - ], - "answer" : "Paris" - }, - { - "question" : "What color is the sky?", - "choices" : [ - "Blue", - "Green", - "Red", - "Yellow" - ], - "answer" : "Blue" - }, - { - "question" : "What color is grass?", - "choices" : [ - "Green", - "Blue", - "Red", - "White" - ], - "answer" : "Green" - }, - { - "question" : "What is the opposite of hot?", - "choices" : [ - "Cold", - "Warm", - "Dry", - "Wet" - ], - "answer" : "Cold" - }, - { - "question" : "Which direction does the sun rise?", - "choices" : [ - "East", - "West", - "North", - "South" - ], - "answer" : "East" - }, - { - "question" : "How many days are there in a week?", - "choices" : [ - "5", - "6", - "7", - "8" - ], - "answer" : "7" - }, - { - "question" : "How many hours are there in a day?", - "choices" : [ - "12", - "18", - "24", - "36" - ], - "answer" : "24" - }, - { - "question" : "How many letters are in the alphabet?", - "choices" : [ - "24", - "25", - "26", - "27" - ], - "answer" : "26" - }, - { - "question" : "Earth is a?", - "choices" : [ - "Star", - "Planet", - "Moon", - "Comet" - ], - "answer" : "Planet" - }, - { - "question" : "What is the largest planet in the solar system?", - "choices" : [ - "Earth", - "Mars", - "Jupiter", - "Venus" - ], - "answer" : "Jupiter" - }, - { - "question" : "Which number is the smallest?", - "choices" : [ - "1", - "-5", - "10", - "-100" - ], - "answer" : "-100" - }, - { - "question" : "What is the opposite of up?", - "choices" : [ - "Down", - "Left", - "Right", - "Around" - ], - "answer" : "Down" - }, - { - "question" : "What temperature does water freeze at?", - "choices" : [ - "0°C", - "50°C", - "100°C", - "10°C" - ], - "answer" : "0°C" - }, - { - "question" : "What is the fastest land animal?", - "choices" : [ - "Dog", - "Horse", - "Cheetah", - "Cat" - ], - "answer" : "Cheetah" - }, - { - "question" : "What do humans breathe?", - "choices" : [ - "Oxygen", - "Carbon", - "Helium", - "Smoke" - ], - "answer" : "Oxygen" - }, - { - "question" : "What shape has 3 sides?", - "choices" : [ - "Square", - "Triangle", - "Circle", - "Oval" - ], - "answer" : "Triangle" - }, - { - "question" : "What shape has 4 sides?", - "choices" : [ - "Triangle", - "Square", - "Circle", - "Star" - ], - "answer" : "Square" - }, - { - "question" : "Which of these is a Primary color?", - "choices" : [ - "Blue", - "Pink", - "Brown", - "Gray" - ], - "answer" : "Blue" - }, - { - "question" : "What is the opposite of big?", - "choices" : [ - "Small", - "Tall", - "Wide", - "Long" - ], - "answer" : "Small" - }, - { - "question" : "Fire is?", - "choices" : [ - "Hot", - "Cold", - "Wet", - "Soft" - ], - "answer" : "Hot" - }, - { - "question" : "Ice is?", - "choices" : [ - "Cold", - "Hot", - "Dry", - "Hard" - ], - "answer" : "Cold" - }, - { - "question" : "Which day is after Monday?", - "choices" : [ - "Tuesday", - "Sunday", - "Friday", - "Saturday" - ], - "answer" : "Tuesday" - }, - { - "question" : "Which of these days are on a weekend?", - "choices" : [ - "Monday", - "Tuesday", - "Saturday", - "Wednesday" - ], - "answer" : "Saturday" - }, - { - "question" : "What is the color of a banana?", - "choices" : [ - "Yellow", - "Blue", - "Red", - "Purple" - ], - "answer" : "Yellow" - }, - { - "question" : "What is the color of an apple?", - "choices" : [ - "Red", - "Blue", - "Black", - "Pink" - ], - "answer" : "Red" - }, - { - "question" : "Where do Fish live?", - "choices" : [ - "Water", - "Air", - "Sand", - "Fire" - ], - "answer" : "Water" - }, - { - "question" : "What is the opposite of fast?", - "choices" : [ - "Slow", - "Quick", - "Sharp", - "Bright" - ], - "answer" : "Slow" - }, - { - "question" : "What is the sun?", - "choices" : [ - "Star", - "Planet", - "Moon", - "Rock" - ], - "answer" : "Star" - }, - { - "question" : "What does the moon orbit?", - "choices" : [ - "Earth", - "Sun", - "Mars", - "Jupiter" - ], - "answer" : "Earth" - }, - { - "question" : "How many legs does a human have?", - "choices" : [ - "2", - "4", - "6", - "8" - ], - "answer" : "2" - }, - { - "question" : "How many eyes does a human have?", - "choices" : [ - "1", - "2", - "3", - "4" - ], - "answer" : "2" - }, - { - "question" : "Snow color is snow?", - "choices" : [ - "White", - "Black", - "Red", - "Green" - ], - "answer" : "White" - }, - { - "question" : "What is the opposite of open?", - "choices" : [ - "Closed", - "Wide", - "Large", - "Empty" - ], - "answer" : "Closed" - }, - { - "question" : "What color is milk?", - "choices" : [ - "White", - "Blue", - "Brown", - "Yellow" - ], - "answer" : "White" - }, - { - "question" : "What does fire need to stay alight?", - "choices" : [ - "Oxygen", - "Water", - "Ice", - "Sand" - ], - "answer" : "Oxygen" - }, - { - "question" : "What is the opposite of full?", - "choices" : [ - "Empty", - "Large", - "Wide", - "Heavy" - ], - "answer" : "Empty" - }, - { - "question" : "What color is the sky during the day?", - "choices" : [ - "Blue", - "Black", - "Green", - "Gray" - ], - "answer" : "Blue" - }, - { - "question" : "What color is the sky during the night?", - "choices" : [ - "Black", - "Blue", - "Green", - "Red" - ], - "answer" : "Black" - }, - { - "question" : "2 + 3 =", - "choices" : [ - "4", - "5", - "6", - "7" - ], - "answer" : "5" - }, - { - "question" : "5 - 2 =", - "choices" : [ - "2", - "3", - "4", - "5" - ], - "answer" : "3" - }, - { - "question" : "10 / 2 =", - "choices" : [ - "2", - "4", - "5", - "10" - ], - "answer" : "5" - }, - { - "question" : "3 × 3 =", - "choices" : [ - "6", - "8", - "9", - "12" - ], - "answer" : "9" - }, - { - "question" : "What is the opposite of left?", - "choices" : [ - "Right", - "Up", - "Down", - "Back" - ], - "answer" : "Right" - }, - { - "question" : "What is the color of the sun?", - "choices" : [ - "Yellow", - "Blue", - "Green", - "Purple" - ], - "answer" : "Yellow" - }, - { - "question" : "What do fish breathe through?", - "choices" : [ - "Gills", - "Lungs", - "Skin", - "Fire" - ], - "answer" : "Gills" - }, - { - "question" : "What is the opposite of loud?", - "choices" : [ - "Quiet", - "Fast", - "Sharp", - "Bright" - ], - "answer" : "Quiet" - }, - { - "question" : "What is the color of fire?", - "choices" : [ - "Red", - "Blue", - "Green", - "White" - ], - "answer" : "Red" - }, - { - "question" : "What is the capital of Italy?", - "choices" : [ - "Rome", - "Paris", - "Berlin", - "Madrid" - ], - "answer" : "Rome" - }, - { - "question" : "What is the largest ocean?", - "choices" : [ - "Pacific", - "Atlantic", - "Indian", - "Arctic" - ], - "answer" : "Pacific" - }, - { - "question" : "What is the color of a firetruck?", - "choices" : [ - "Red", - "Blue", - "Green", - "Yellow" - ], - "answer" : "Red" - }, - { - "question" : "What is the color of a banana?", - "choices" : [ - "Yellow", - "Red", - "Blue", - "Purple" - ], - "answer" : "Yellow" - }, - { - "question" : "What planet is known for its rings?", - "choices" : [ - "Saturn", - "Mars", - "Earth", - "Venus" - ], - "answer" : "Saturn" - }, - { - "question" : "What is the largest land animal?", - "choices" : [ - "Elephant", - "Lion", - "Horse", - "Bear" - ], - "answer" : "Elephant" - }, - { - "question" : "What is the tallest tree type?", - "choices" : [ - "Redwood", - "Pine", - "Oak", - "Birch" - ], - "answer" : "Redwood" - }, - { - "question" : "Which celestial body does the Earth rotate around?", - "choices" : [ - "Sun", - "Moon", - "Mars", - "Jupiter" - ], - "answer" : "Sun" - }, - { - "question" : "Which celestial body does the moon orbit?", - "choices" : [ - "Earth", - "Sun", - "Mars", - "Venus" - ], - "answer" : "Earth" - }, - { - "question" : "What is the largest desert?", - "choices" : [ - "Sahara", - "Gobi", - "Kalahari", - "Arctic" - ], - "answer" : "Sahara" - }, - { - "question" : "What is the smallest continent?", - "choices" : [ - "Australia", - "Europe", - "Asia", - "Africa" - ], - "answer" : "Australia" - }, - { - "question" : "What is the largest continent?", - "choices" : [ - "Asia", - "Africa", - "Europe", - "Antarctica" - ], - "answer" : "Asia" - }, - { - "question" : "What planet is closest to the Sun?", - "choices" : [ - "Mercury", - "Venus", - "Earth", - "Mars" - ], - "answer" : "Mercury" - }, - { - "question" : "What planet is farthest from the Sun?", - "choices" : [ - "Neptune", - "Mars", - "Earth", - "Venus" - ], - "answer" : "Neptune" - }, - { - "question" : "What bird cannot fly?", - "choices" : [ - "Ostrich", - "Eagle", - "Sparrow", - "Parrot" - ], - "answer" : "Ostrich" - }, - { - "question" : "Which mammal can fly?", - "choices" : [ - "Bat", - "Cat", - "Dog", - "Horse" - ], - "answer" : "Bat" - }, - { - "question" : "What animal has a trunk?", - "choices" : [ - "Elephant", - "Rhino", - "Horse", - "Lion" - ], - "answer" : "Elephant" - }, - { - "question" : "What animal has stripes?", - "choices" : [ - "Tiger", - "Lion", - "Bear", - "Elephant" - ], - "answer" : "Tiger" - }, - { - "question" : "What animal lays eggs?", - "choices" : [ - "Chicken", - "Dog", - "Cat", - "Cow" - ], - "answer" : "Chicken" - }, - { - "question" : "Largest planet in solar system?", - "choices" : [ - "Jupiter", - "Mars", - "Earth", - "Venus" - ], - "answer" : "Jupiter" - }, - { - "question" : "Smallest planet in the solar system?", - "choices" : [ - "Mercury", - "Mars", - "Venus", - "Earth" - ], - "answer" : "Mercury" - }, - { - "question" : "What direction is the opposite of up?", - "choices" : [ - "Down", - "Left", - "Right", - "Back" - ], - "answer" : "Down" - }, - { - "question" : "Hot drink from beans?", - "choices" : [ - "Coffee", - "Tea", - "Milk", - "Water" - ], - "answer" : "Coffee" - }, - { - "question" : "What is the day after Sunday?", - "choices" : [ - "Monday", - "Tuesday", - "Saturday", - "Friday" - ], - "answer" : "Monday" - }, - { - "question" : "What is the longest river?", - "choices" : [ - "Nile", - "Amazon", - "Yangtze", - "Mississippi" - ], - "answer" : "Nile" - }, - { - "question" : "What is the highest mountain?", - "choices" : [ - "Everest", - "K2", - "Kangchenjunga", - "Denali" - ], - "answer" : "Everest" - }, - { - "question" : "What is the largest country?", - "choices" : [ - "Russia", - "Canada", - "China", - "USA" - ], - "answer" : "Russia" - }, - { - "question" : "Language spoken in Spain?", - "choices" : [ - "Spanish", - "French", - "German", - "Italian" - ], - "answer" : "Spanish" - }, - { - "question" : "Language spoken in France?", - "choices" : [ - "French", - "Spanish", - "English", - "German" - ], - "answer" : "French" - }, - { - "question" : "Language spoken in Germany?", - "choices" : [ - "German", - "English", - "Spanish", - "Italian" - ], - "answer" : "German" - }, - { - "question" : "Language spoken in Italy?", - "choices" : [ - "Italian", - "French", - "Spanish", - "German" - ], - "answer" : "Italian" - }, - { - "question" : "Hot beverage from leaves?", - "choices" : [ - "Tea", - "Coffee", - "Milk", - "Water" - ], - "answer" : "Tea" - }, - { - "question" : "Round fruit, red or green?", - "choices" : [ - "Apple", - "Banana", - "Orange", - "Grape" - ], - "answer" : "Apple" - }, - { - "question" : "Long yellow fruit?", - "choices" : [ - "Banana", - "Apple", - "Orange", - "Mango" - ], - "answer" : "Banana" - }, - { - "question" : "Orange citrus fruit?", - "choices" : [ - "Orange", - "Apple", - "Banana", - "Pear" - ], - "answer" : "Orange" - }, - { - "question" : "Green citrus fruit?", - "choices" : [ - "Lime", - "Lemon", - "Orange", - "Grapefruit" - ], - "answer" : "Lime" - }, - { - "question" : "Animal that quacks?", - "choices" : [ - "Duck", - "Goose", - "Chicken", - "Turkey" - ], - "answer" : "Duck" - }, - { - "question" : "Animal that oinks?", - "choices" : [ - "Pig", - "Cow", - "Dog", - "Sheep" - ], - "answer" : "Pig" - }, - { - "question" : "Animal that moos?", - "choices" : [ - "Cow", - "Pig", - "Dog", - "Horse" - ], - "answer" : "Cow" - }, - { - "question" : "What animal has a mane?", - "choices" : [ - "Lion", - "Tiger", - "Elephant", - "Horse" - ], - "answer" : "Lion" - }, - { - "question" : "What animal has a hump?", - "choices" : [ - "Camel", - "Horse", - "Elephant", - "Donkey" - ], - "answer" : "Camel" - }, - { - "question" : "What animal can hop?", - "choices" : [ - "Kangaroo", - "Lion", - "Tiger", - "Elephant" - ], - "answer" : "Kangaroo" - }, - { - "question" : "What animal can swim?", - "choices" : [ - "Fish", - "Dog", - "Cat", - "Horse" - ], - "answer" : "Fish" - }, - { - "question" : "Which animal can fly?", - "choices" : [ - "Bird", - "Cat", - "Dog", - "Elephant" - ], - "answer" : "Bird" - }, - { - "question" : "What animal has a shell?", - "choices" : [ - "Turtle", - "Dog", - "Cat", - "Horse" - ], - "answer" : "Turtle" - }, - { - "question" : "What animal has tusks?", - "choices" : [ - "Elephant", - "Lion", - "Horse", - "Tiger" - ], - "answer" : "Elephant" - }, - { - "question" : "Color of coal?", - "choices" : [ - "Black", - "White", - "Red", - "Green" - ], - "answer" : "Black" - } - ] -} diff --git a/Assets/StreamingAssets/Trivia.json.meta b/Assets/StreamingAssets/Trivia.json.meta deleted file mode 100644 index 5433afd..0000000 --- a/Assets/StreamingAssets/Trivia.json.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 24604148b5744ad6add2e05c67ddc371 -timeCreated: 1768421229 \ No newline at end of file