forked from swapnilrane24/Quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added - Category Selection Menu - 3 new categories to select from - No question repetation - Game Complete after anwsering all question in time
- Loading branch information
1 parent
fc358b6
commit 722fe9c
Showing
9 changed files
with
1,076 additions
and
104 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: f611d797432e3f846885b2b12fde5f35, type: 3} | ||
m_Name: AnimalData | ||
m_EditorClassIdentifier: | ||
questions: | ||
- questionInfo: Which animal eats Deer? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Lion | ||
- Elephant | ||
- Goat | ||
- Monkey | ||
correctAns: Lion | ||
- questionInfo: Which animal can climb trees? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Zebra | ||
- Bear | ||
- Hyna | ||
- Monkey | ||
correctAns: Monkey | ||
- questionInfo: Which of the following animal is Herbivorous? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Crocodile | ||
- Moose | ||
- Bear | ||
- Panther | ||
correctAns: Moose | ||
- questionInfo: Who can walk on 2 legs? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Dog | ||
- Cat | ||
- Human | ||
- Turtle | ||
correctAns: Human | ||
- questionInfo: Slowest animal on the earth? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Cheeta | ||
- Sloth | ||
- Leapord | ||
- Tortois | ||
correctAns: Sloth |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: f611d797432e3f846885b2b12fde5f35, type: 3} | ||
m_Name: BirdData | ||
m_EditorClassIdentifier: | ||
questions: | ||
- questionInfo: What is the fastest bird on two legs? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Chicken | ||
- Ostrich | ||
- Kiwi | ||
- Crow | ||
correctAns: Ostrich | ||
- questionInfo: What is New Zealand's national bird? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Kiwi | ||
- Penguins | ||
- Bat | ||
- Duck | ||
correctAns: Kiwi | ||
- questionInfo: Which bird can't walk on legs? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Capon | ||
- Ravens | ||
- Hummingbird | ||
- Bluebird | ||
correctAns: Hummingbird | ||
- questionInfo: Which bird cannot fly? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Chicken | ||
- Crow | ||
- Sparrow | ||
- Owl | ||
correctAns: Chicken | ||
- questionInfo: Emperor, Rock Hopper and jackass are all types of what? | ||
questionType: 0 | ||
questionImage: {fileID: 0} | ||
audioClip: {fileID: 0} | ||
videoClip: {fileID: 0} | ||
options: | ||
- Dodo | ||
- Penguins | ||
- Albatross | ||
- Crow | ||
correctAns: Penguins |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters