diff --git a/css/topics.css b/css/topics.css index c8d6739..e97e628 100644 --- a/css/topics.css +++ b/css/topics.css @@ -159,6 +159,12 @@ background-image: linear-gradient( ); } +#instrum-btn { +background-color: #85FFBD; +background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%); +} + + #jaidenanimations-btn { background-color: #4158D0; background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); diff --git a/js/data/index.js b/js/data/index.js index 71e768f..970084f 100644 --- a/js/data/index.js +++ b/js/data/index.js @@ -20,6 +20,7 @@ import footballQA from "./football.js"; import fruitQA from "./fruit.js"; import generalQA from "./general.js"; +import instrumentsQA from "./instruments.js"; import kendallQA from "./kendall_quiz.js"; import minecraftQA from "./minecraft.js"; @@ -45,6 +46,7 @@ export { footballQA, fruitQA, generalQA, + instrumentsQA, kendallQA, minecraftQA, presidentsQA, @@ -55,4 +57,4 @@ export { youtubeQA, TheOdd1sOutQA, JaidenAnimationsQA, -}; +}; \ No newline at end of file diff --git a/js/data/instruments.js b/js/data/instruments.js new file mode 100644 index 0000000..86e0582 --- /dev/null +++ b/js/data/instruments.js @@ -0,0 +1,82 @@ +export default [ + { + question: "Which instrument is a member of the woodwind family?", + choice1: "Trumpet", + choice2: "Clarinet", + choice3: "Violin", + choice4: "Drums", + answer: 2, + }, + { + question: "Which of these instruments is a member of the percussion family?", + choice1: "Piano", + choice2: "Saxophone", + choice3: "Flute", + choice4: "Bongo drums", + answer: 4, + }, + { + question: "Which stringed instrument is played with a bow?", + choice1: "Guitar", + choice2: "Cello", + choice3: "Trumpet", + choice4: " Trombone", + answer: 2, + }, + { + question: "What is the primary material used to make the body of a classical guitar?", + choice1: "Plastic", + choice2: "Metal", + choice3: "Wood", + choice4: "Carbon fiber", + answer: 3, + }, + { + question: "Which instrument has keys, pedals, and strings and is often used in classical music?", + choice1: "Harp", + choice2: "Accordion", + choice3: "Bagpipes", + choice4: "Banjo", + answer: 1, + }, + { + question: "The 'King of Instruments' is a nickname for which musical instrument?", + choice1: "Trumpet", + choice2: "Piano", + choice3: "Organ", + choice4: "Saxophone", + answer: 3, + }, + { + question: " Which brass instrument has the highest pitch?", + choice1: "Trombone", + choice2: "French horn", + choice3: "Tuba", + choice4: "Trumpet", + answer: 4, + }, + { + question: " Which instrument is used as the lead melodic instrument in traditional Indian classical music?", + choice1: "Sitar", + choice2: "Tabla", + choice3: "Bansuri (Indian flute)", + choice4: "Sarod", + answer: 1, + }, + { + question: "Which percussion instrument consists of small metal discs mounted in a circular frame?", + choice1: "Tambourine", + choice2: "Maracas", + choice3: "Djembe", + choice4: "Conga", + answer: 1, + }, + { + question: "Which instrument is known for its unique sliding sound and is often associated with Hawaiian music?", + choice1: "Ukulele", + choice2: "Didgeridoo", + choice3: "Steel guitar", + choice4: "Bagpipe", + answer: 3, + }, +]; \ No newline at end of file diff --git a/pages/football/game.html b/pages/football/game.html index f1e500d..d39e98e 100644 --- a/pages/football/game.html +++ b/pages/football/game.html @@ -24,7 +24,7 @@ } }); - + diff --git a/pages/instruments/game.html b/pages/instruments/game.html new file mode 100644 index 0000000..40116a9 --- /dev/null +++ b/pages/instruments/game.html @@ -0,0 +1,75 @@ + + + + + + + + + Quiz Page - instruments + + + + + + + + +
+
+
+
+

Question

+
+
+
+
+
+

Score

+

0

+
+
+

What is the answer to this question

+
+

A

+

Choice 1

+
+
+

B

+

Choice 2

+
+
+

C

+

Choice 3

+
+
+

D

+

Choice 4

+
+
+
+
+ + +
+ + Music Off +
+
+ + + \ No newline at end of file diff --git a/pages/instruments/index.html b/pages/instruments/index.html new file mode 100644 index 0000000..46a20a4 --- /dev/null +++ b/pages/instruments/index.html @@ -0,0 +1,49 @@ + + + + + + + + + Instruments Quiz Game - Home Page + + + + + + + + + + + +
+
+

Are you Ready?

+

Instruments Quiz!

+ + Play + + Topics + + High Scores + + Rules & Info + + Question Suggestion + +
+
+ + + \ No newline at end of file diff --git a/pages/topics.html b/pages/topics.html index 802e65d..477b40d 100644 --- a/pages/topics.html +++ b/pages/topics.html @@ -90,6 +90,7 @@

Quiz Topics

Fruit Quiz How Well Do You Know Kendall Quiz + Instrument Quiz