From 137d363998297c229236811e087ec8d9a25d6a13 Mon Sep 17 00:00:00 2001 From: radj Date: Tue, 1 Dec 2015 18:46:41 +0800 Subject: [PATCH 1/7] Add math trivia data --- data/math_1.json | 367 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 data/math_1.json diff --git a/data/math_1.json b/data/math_1.json new file mode 100644 index 0000000..9e123d5 --- /dev/null +++ b/data/math_1.json @@ -0,0 +1,367 @@ +{ + "questions": [ + { + "text": "What is the only number that has the same number of letters as its meaning?", + "answers": [ + { + "text": [ + "4", + "four" + ] + } + ], + "points": 1 + }, + { + "text": "Which number does not have its own Roman numeral?", + "answers": [ + { + "text": [ + "zero", + "0" + ] + } + ], + "points": 1 + }, + { + "text": "What are the first 6 decimal places of pi? Clue: \"I wish I could calculate pi\"", + "answers": [ + { + "text": [ + "141592" + ] + } + ] + }, + { + "text": "What is the first high number that contains the letter 'a'? Clue: between 500-1500.", + "answers": [ + { + "text": [ + "one thousand", + "1000", + "1,000" + ] + } + ] + }, + { + "text": "The only number to have its letters in alphabetical order is -----.", + "answers": [ + { + "text": [ + "Forty", + "40" + ] + } + ] + }, + { + "text": "Numbers on opposite faces of a dice add up to what number?", + "answers": [ + { + "text": [ + "7", + "seven" + ] + } + ] + }, + { + "text": "There are 64 1x1 square on a chessboard. How many 7x7 squares are there?", + "answers": [ + { + "text": [ + "Four", + "4" + ] + } + ] + }, + { + "text": "What is the only even prime number?", + "answers": [ + { + "text": [ + "Two", + "2" + ] + } + ], + "points": 2 + }, + { + "text": "It should take no more than -- moves to solve a Rubiks cube no matter which of the 43 quintillion possible starting positions you begin with. Clue: two digits.", + "answers": [ + { + "text": [ + "Twenty", + "20" + ] + } + ] + }, + { + "text": "From the Latin word aequalis as meaning uniform.", + "answers": [ + { + "text": [ + "equal", + "=" + ] + } + ] + }, + { + "text": "If all numbers are arranged alphabetically, which number comes first?", + "answers": [ + { + "text": [ + "8", + "eight" + ] + } + ] + }, + { + "text": "This is known as the Feynman Point is the first time a digit repeats six times in succession in pi at the 762nd position where you can find the number nine repeating how many times?", + "answers": [ + { + "text": [ + "6", + "six" + ] + } + ] + }, + { + "text": "What are the first eight digits of pi? Clue: May I have a large container of coffee?", + "answers": [ + { + "text": [ + "3.1415926" + ] + } + ] + }, + { + "text": "What is the billionth digit of pi?", + "answers": [ + { + "text": [ + "9", + "nine" + ] + } + ] + }, + { + "text": "-------- is the mathematical term of the straight division bar in a fraction.", + "answers": [ + { + "text": [ + "vinculum" + ] + } + ], + "points": 3 + }, + { + "text": "The symbol for division (÷) is called ------.", + "answers": [ + { + "text": [ + "obelus" + ] + } + ] + }, + { + "text": "The division slash (/) is called -------.", + "answers": [ + { + "text": [ + "virgule" + ] + } + ] + }, + { + "text": "Who started college at the age of 8 and invented the Cartesian plane.", + "answers": [ + { + "text": [ + "Rene Descarte" + ] + } + ] + }, + { + "text": "What is the place or point where a graph crosses the axis better known as?", + "answers": [ + { + "text": [ + "intercept" + ] + } + ] + }, + { + "text": "In strict mathematical language, ------ refers to the boundary of the shape while ‘disk’ is used to refer to the whole shape, including the inside.", + "answers": [ + { + "text": [ + "circle" + ] + } + ] + }, + { + "text": "A straight line from the center of a circle to the edge is called the -----.", + "answers": [ + { + "text": [ + "radius" + ] + } + ], + "points": 1 + }, + { + "text": "An --- is part of the circumference of a circle.", + "answers": [ + { + "text": [ + "arc" + ] + } + ] + }, + { + "text": "A ------- is a straight line that touches a single point of a circle.", + "answers": [ + { + "text": [ + "tangent" + ] + } + ] + }, + { + "text": "A ------ is the region between an arc and two radii, not slice.", + "answers": [ + { + "text": [ + "sector" + ] + } + ] + }, + { + "text": "Known for his Pythagorean theorem relating to the three sides of a right angle triangle.", + "answers": [ + { + "text": [ + "Pythagoras" + ] + } + ], + "points": 1 + }, + { + "text": "Referred to as the ‘Father of Geometry’ for his revolutionary ideas and influential textbook called ‘Elements’ that he wrote around the year 300 BC. Clue: one word, starts with E.", + "answers": [ + { + "text": [ + "euclid" + ] + } + ] + }, + { + "text": "Discovered the laws of physics. Clue: that apple falling on head guy.", + "answers": [ + { + "text": [ + "Isaac Newton" + ] + } + ], + "points": 1 + }, + { + "text": "In 1642, this French mathematician invented the mechanical calculator. Clue: family name is a programming language.", + "answers": [ + { + "text": [ + "Blaise Pascal" + ] + } + ] + }, + { + "text": "What time is Pi day ideally celebrated?", + "answers": [ + { + "text": [ + "1:59" + ] + } + ] + }, + { + "text": "What are the 8 *llions that come after a million, billion and trillion?", + "answers": [ + { + "text": [ + "quadrillion" + ] + }, + { + "text": [ + "quintillion" + ] + }, + { + "text": [ + "sextillion" + ] + }, + { + "text": [ + "septillion" + ] + }, + { + "text": [ + "octillion" + ] + }, + { + "text": [ + "nonillion" + ] + }, + { + "text": [ + "decillion" + ] + }, + { + "text": [ + "undecillion" + ] + } + ], + "points": 2 + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 90, + "nextQuestionGap": 10, + "pointsPerQuestion": 3, + "randomise": true + } +} \ No newline at end of file From 312a09154d6e03d9689df5b4877ecd05966e0ba9 Mon Sep 17 00:00:00 2001 From: radj Date: Fri, 4 Dec 2015 16:03:27 +0800 Subject: [PATCH 2/7] More quiz data and mean replies --- data/Cebu.json | 361 +++++++++++++++++++++++++++++++++++++++ data/bisaya.json | 211 +++++++++++++++++++++++ data/math_1.json | 9 +- data/phil_history.json | 377 +++++++++++++++++++++++++++++++++++++++++ data/random_1.json | 6 +- data/tech_1.json | 11 +- locale/en.json | 6 +- 7 files changed, 966 insertions(+), 15 deletions(-) create mode 100644 data/Cebu.json create mode 100644 data/bisaya.json create mode 100644 data/phil_history.json diff --git a/data/Cebu.json b/data/Cebu.json new file mode 100644 index 0000000..8050214 --- /dev/null +++ b/data/Cebu.json @@ -0,0 +1,361 @@ +{ + "questions": [ + { + "text": "Which dam was formerly named Osmeña Waterworks when it was finished in 1912?", + "answers": [ + { + "text": [ + "Buhisan" + ] + } + ] + }, + { + "text": "The Osmeña Waterworks was a brainchild of which Osmeña? ------ --", + "answers": [ + { + "text": [ + "Sergio Sr" + ] + } + ] + }, + { + "text": "What was the old name of UV before it reached University status?", + "answers": [ + { + "text": [ + "Visayan Institute" + ] + } + ] + }, + { + "text": "Who established UV back in 1919?", + "answers": [ + { + "text": [ + "Vincente Gullas" + ] + } + ] + }, + { + "text": "Easy one: Miguel Lopez de Legaspi established residence on this street.", + "answers": [ + { + "text": [ + "2" + ] + } + ], + "points": 1 + }, + { + "text": "Colegio del --- --------- was the old name of Colegio-Seminario del San Carlos when it was first established in 1595.", + "answers": [ + { + "text": [ + "San Ildefonso" + ] + } + ] + }, + { + "text": "Before the Japanese rehabilitated Colon street into a business district after WWII damages, what area/zone was Colon street?", + "answers": [ + { + "text": [ + "Residential" + ] + } + ] + }, + { + "text": "Cebu's Foundation Day? Month and day only.", + "answers": [ + { + "text": [ + "August 6", + "Aug 6" + ] + } + ] + }, + { + "text": "Magellan brought Spaniards with him but he was actually from what country?", + "answers": [ + { + "text": [ + "Portugal" + ] + } + ] + }, + { + "text": "Cebu province has how many component cities?", + "answers": [ + { + "text": [ + "6", + "six" + ] + } + ] + }, + { + "text": "Mt. Pinatubo, the name of the C-47 plane carrying Magsaysay, ironically crashed against which mountain?", + "answers": [ + { + "text": [ + "Manunggal" + ] + } + ] + }, + { + "text": "Before it become unoperational due to damages from WWII, Cebu's railway connected which towns?", + "answers": [ + { + "text": [ + "Danao" + ] + }, + { + "text": [ + "Argao" + ] + } + ] + }, + { + "text": "What was the gift of Ferdinand Magellan to Rajah Humabon and Queen Juana for their baptism into the Christianity?", + "answers": [ + { + "text": [ + "sto nino", + "Santo Nino", + "sto niño", + "Santo Niño" + ] + } + ] + }, + { + "text": "Built in 1910, the \"Malacañang of the South\" in Cebu City was formerly known as ------.", + "answers": [ + { + "text": [ + "Aduana" + ] + } + ] + }, + { + "text": "Like Colgate became a term tooth paste, what refrigerator brand did the term 'frijider' come from?", + "answers": [ + { + "text": [ + "Frigidaire" + ] + } + ] + }, + { + "text": "Name the barangay that was frequented by horse racing because of its shape.", + "answers": [ + { + "text": [ + "Hipodromo" + ] + } + ] + }, + { + "text": "Old name of General Maxilom Avenue because of what lined the road back then.", + "answers": [ + { + "text": [ + "Mango" + ] + } + ] + }, + { + "text": "Before it was named University of Cebu, what are the two previous names of UC? Clue: they both start with CCC.", + "answers": [ + { + "text": [ + "Cebu College of Commerce" + ] + }, + { + "text": [ + "Cebu Central Colleges" + ] + } + ] + }, + { + "text": "The famous barbecue spot's name Larsian is a combination of the names of twin sisters. What are these names?", + "answers": [ + { + "text": [ + "Pilar" + ] + }, + { + "text": [ + "Siana" + ] + } + ] + }, + { + "text": "Gold death masks were uncovered in excavation activities in 2008 in which area?", + "answers": [ + { + "text": [ + "Independencia" + ] + } + ] + }, + { + "text": "This place was formerly known as Cárcel de Cebú.", + "answers": [ + { + "text": [ + "Museo Sugbo" + ] + } + ] + }, + { + "text": "He hailed from Negros but led the Cebuano Katipuneros at the famous battle of Tres de Abril. What is the nickname and real name of this hero?", + "answers": [ + { + "text": [ + "Leon Kilat" + ] + }, + { + "text": [ + "Pantaleon Villegas" + ] + } + ] + }, + { + "text": "Leon Kilat allegedly kept this mythical animal that gave him supernatural powers.", + "answers": [ + { + "text": [ + "sigbin" + ] + } + ] + }, + { + "text": "What is the family name of the late senator was the Father of Cebuano journalism, language, and literature? Clue: grandfather and same family name with one of popular aged local celebrities.", + "answers": [ + { + "text": [ + "Sotto" + ] + } + ] + }, + { + "text": "What other weapon did Lapu-Lapu hold before it was renovated into the sword and pestle he holds now?", + "answers": [ + { + "text": [ + "Bow & arrow", + "bow", + "archer" + ] + } + ] + }, + { + "text": "It's island name means \"Bad Easter\" or \"Unlucky Christmas\".", + "answers": [ + { + "text": [ + "Malapascua" + ] + } + ] + }, + { + "text": "A Cebuano delicacy served in rectangular bars wrapped in white paper, originating from Mandaue, Cebu. Made of finely mashed peanuts on sugar syrup.", + "answers": [ + { + "text": [ + "Masareal" + ] + } + ] + }, + { + "text": "Besides lechon, what other pork delicacy hails from Carcar?", + "answers": [ + { + "text": [ + "Chicharon" + ] + } + ], + "points": 1 + }, + { + "text": "Before it became Basilica Minore del Santo Nino, to which saint was this church devoted to?", + "answers": [ + { + "text": [ + "Augustine" + ] + } + ] + }, + { + "text": "Give five old names/spellings/aliases of Cebu.", + "answers": [ + { + "text": [ + "Sugbu" + ] + }, + { + "text": [ + "Zebu" + ] + }, + { + "text": [ + "Zubu" + ] + }, + { + "text": [ + "Sebu" + ] + }, + { + "text": [ + "Zibuy" + ] + } + ], + "points": 2 + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 60, + "nextQuestionGap": 10, + "pointsPerQuestion": 3, + "randomise": true + } +} \ No newline at end of file diff --git a/data/bisaya.json b/data/bisaya.json new file mode 100644 index 0000000..a99a798 --- /dev/null +++ b/data/bisaya.json @@ -0,0 +1,211 @@ +{ + "questions": [ + { + "text": "talad", + "answers": [ + { + "text": [ + "table" + ] + } + ] + }, + { + "text": "espeho", + "answers": [ + { + "text": [ + "mirror" + ] + } + ] + }, + { + "text": "lawak", + "answers": [ + { + "text": [ + "room" + ] + } + ] + }, + { + "text": "balak", + "answers": [ + { + "text": [ + "poem" + ] + } + ] + }, + { + "text": "gumalaysay", + "answers": [ + { + "text": [ + "essay" + ] + } + ] + }, + { + "text": "mantala", + "answers": [ + { + "text": [ + "publish" + ] + } + ] + }, + { + "text": "abtanan", + "answers": [ + { + "text": [ + "hotel" + ] + } + ] + }, + { + "text": "abiso", + "answers": [ + { + "text": [ + "warning" + ] + } + ] + }, + { + "text": "agiw", + "answers": [ + { + "text": [ + "ash" + ] + } + ] + }, + { + "text": "ahak", + "answers": [ + { + "text": [ + "gross" + ] + } + ] + }, + { + "text": "bansilag", + "answers": [ + { + "text": [ + "motto" + ] + } + ] + }, + { + "text": "pang-ukoy", + "answers": [ + { + "text": [ + "espionage" + ] + } + ] + }, + { + "text": "haylo", + "answers": [ + { + "text": [ + "entice" + ] + } + ] + }, + { + "text": "hamtong", + "answers": [ + { + "text": [ + "mature" + ] + } + ] + }, + { + "text": "hamugaway", + "answers": [ + { + "text": [ + "comfortable" + ] + } + ] + }, + { + "text": "hulaw", + "answers": [ + { + "text": [ + "drought" + ] + } + ] + }, + { + "text": "bahak", + "answers": [ + { + "text": [ + "lesions" + ] + } + ] + }, + { + "text": "buwangan", + "answers": [ + { + "text": [ + "cockpit" + ] + } + ] + }, + { + "text": "hunta", + "answers": [ + { + "text": [ + "board" + ] + } + ] + }, + { + "text": "sulog", + "answers": [ + { + "text": [ + "current" + ] + } + ] + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 60, + "nextQuestionGap": 10, + "pointsPerQuestion": 1, + "randomise": false + } +} \ No newline at end of file diff --git a/data/math_1.json b/data/math_1.json index 9e123d5..87f4f41 100644 --- a/data/math_1.json +++ b/data/math_1.json @@ -17,8 +17,7 @@ "answers": [ { "text": [ - "zero", - "0" + "zero" ] } ], @@ -125,7 +124,7 @@ ] }, { - "text": "This is known as the Feynman Point is the first time a digit repeats six times in succession in pi at the 762nd position where you can find the number nine repeating how many times?", + "text": "This is known as the Feynman Point is the first time a digit repeats in succession in pi at the 762nd position where you can find the number nine repeating how many times? Single digit.", "answers": [ { "text": [ @@ -168,7 +167,7 @@ "points": 3 }, { - "text": "The symbol for division (÷) is called ------.", + "text": "The symbol for division (÷) is called ------. Clue: starts with letter 'o'.", "answers": [ { "text": [ @@ -178,7 +177,7 @@ ] }, { - "text": "The division slash (/) is called -------.", + "text": "The division slash (/) is called -------. Starts with letter V.", "answers": [ { "text": [ diff --git a/data/phil_history.json b/data/phil_history.json new file mode 100644 index 0000000..973028c --- /dev/null +++ b/data/phil_history.json @@ -0,0 +1,377 @@ +{ + "questions": [ + { + "text": "Who was the Supreme Being of the ancient Filipinos who, they believed, had created the universe?", + "answers": [ + { + "text": [ + "bathala" + ] + } + ] + }, + { + "text": "What is considered the earliest form of writing in the Philippines?", + "answers": [ + { + "text": [ + "alibata" + ] + } + ] + }, + { + "text": "What province was in the earlier times became known far and wide as the 'provincia de Comintang'?", + "answers": [ + { + "text": [ + "Batangas" + ] + } + ], + "points": 2 + }, + { + "text": "Marriage among the Filipinos in the past was long and complicated. You had to render services to the prospective bride's family, for example, by chopping wood or fetching water from a 'balon' for days or months or years! If you were lucky enough to be accepted, what did you call of the gift you were required to give to the girl's parents?", + "answers": [ + { + "text": [ + "Bigay-kaya", + "Bigay kaya" + ] + } + ], + "points": 3 + }, + { + "text": "The Spanish-American War brought an end to Spanish rule. In May 1898, the Americans, under Commodore George Dewey won \"The Battle of ______ ______\".", + "answers": [ + { + "text": [ + "Manila Bay" + ] + } + ], + "points": 3 + }, + { + "text": "The Tejeros Convention happened in which Philippine province?", + "answers": [ + { + "text": [ + "Cavite" + ] + } + ], + "points": 2 + }, + { + "text": "Filipinos remembered Dr. Jose Rizal as the patriot of the masses. He was executed by the Spanish authorities in Luneta (Bagumbayan by then), Manila in December 30, 1896. What capital punishment was used to execute him?", + "answers": [ + { + "text": [ + "shooting", + "firing" + ] + } + ] + }, + { + "text": "Andres Bonifacio talked personally to Rizal during the later's exile in Dapitan. Yes/No", + "answers": [ + { + "text": [ + "no", + "wala", + "hindi" + ] + } + ] + }, + { + "text": "July 1892: La Liga Filipina (Spanish for \"The Philippine League\") was established by who in Tondo, Manila.", + "answers": [ + { + "text": [ + "rizal" + ] + } + ] + }, + { + "text": "Jose Rizal and other Illustrados (Spanish for Filipino intellectuals) had established this group of propaganda writers. The name of this progressive society newspaper against Spain was _______________.", + "answers": [ + { + "text": [ + "La Solidaridad", + "The Solidarity", + "Solidaridad", + "Solidarity" + ] + } + ], + "points": 2 + }, + { + "text": "Name the priests that were executed by Governor-General Rafael de Izuquierdo in 1872.", + "answers": [ + { + "text": [ + "Mariano Gomez" + ] + }, + { + "text": [ + "Jose Burgos" + ] + }, + { + "text": [ + "Jacinto Zamora" + ] + } + ] + }, + { + "text": "In 1762-1763 the most popular revolt took place in Ilocos. Diego and Gabriela Silang had defended Ilocos from the Spanish authorities. Identify the relationship of the Silangs.", + "answers": [ + { + "text": [ + "married", + "husband and wife", + "wife and husband", + "couple" + ] + } + ] + }, + { + "text": "Which one of these Philippine revolts during the Hispanic period lasted longest?", + "answers": [ + { + "text": [ + "Dagohoy Revolt", + "Dagohoy" + ] + } + ] + }, + { + "text": "For how many years did Spanish rule last in the Philippines? Clue: 3 digits.", + "answers": [ + { + "text": [ + "333" + ] + } + ] + }, + { + "text": "The Hispanic Period had started in the Philippines in 1500s. Who was the first Governor of the Philippines?", + "answers": [ + { + "text": [ + "Miguel Lopez de Legazpi" + ] + } + ] + }, + { + "text": "In 1851, the first commercial bank in the Philippines and the far East, was established. What is the present name of this bank?", + "answers": [ + { + "text": [ + "Bank of the Philippine Islands", + "bpi" + ] + } + ] + }, + { + "text": "He arrived in Cebu in 1565 to establish the first Spanish settlement in the Philippines, marking the beginning of Spain's colonization and Christianization of the archipelago. Who was he?", + "answers": [ + { + "text": [ + "Miguel Lopez de Legazpi" + ] + } + ], + "points": 3 + }, + { + "text": "What is the first word of the 1987 Philippine Constitution?", + "answers": [ + { + "text": [ + "we" + ] + } + ], + "points": 3 + }, + { + "text": "Where was the Rizal's novel 'Noli Mi Tangere' published? Clue: European Capital", + "answers": [ + { + "text": [ + "berlin" + ] + } + ] + }, + { + "text": "Who is generally acknowledged as the first President of the Philippines?", + "answers": [ + { + "text": [ + "Emilio Aguinaldo" + ] + } + ] + }, + { + "text": "One of the last Filipino generals who fought the Americans and established the so-called 'Tagalog Republic'.", + "answers": [ + { + "text": [ + "Macario Sakay" + ] + } + ], + "points": 3 + }, + { + "text": "What act is also known as the \"Martial Law\" act? Clue: Proclamation ____", + "answers": [ + { + "text": [ + "1081" + ] + } + ] + }, + { + "text": "What place in the Philippines is also known as the \"walled city\"?", + "answers": [ + { + "text": [ + "Intramuros" + ] + } + ] + }, + { + "text": "From which language is the Filipino vernacular largely derived?", + "answers": [ + { + "text": [ + "Tagalog" + ] + } + ] + }, + { + "text": "On 1901, an institution was established by the Americans for aspiring educators. What is the present name of this institution?", + "answers": [ + { + "text": [ + "Philippine Normal University" + ] + } + ] + }, + { + "text": "Which of these was a US president during the 'American Era' in the Philippines?", + "answers": [ + { + "text": [ + "Franklin Roosevelt" + ] + } + ] + }, + { + "text": "What term was used for those women who were used by Japanese soldiers to gratify their lust?", + "answers": [ + { + "text": [ + "comfort women" + ] + } + ] + }, + { + "text": "The first political party in the Philippines organized on December 23, 1900 by wealthy Filipino illustrados.", + "answers": [ + { + "text": [ + "Federal Party", + "Federal" + ] + } + ], + "points": 2 + }, + { + "text": "Who was the chief advisor of Gen. Emilio Aguinaldo?", + "answers": [ + { + "text": [ + "Apolinario Mabini" + ] + } + ] + }, + { + "text": "She was the first woman member of the Katipunan (July 1893).", + "answers": [ + { + "text": [ + "Gregoria de Jesus" + ] + } + ] + }, + { + "text": "This late lawyer-politician from Ilocos had served two Republics, and the longest seated President of the Philippines. His name was _____________________.", + "answers": [ + { + "text": [ + "Ferdinand Marcos", + "Ferdinand Edralin Marcos", + "Ferdinand Edralin Marcos Sr." + ] + } + ] + }, + { + "text": "------ ----- became the last Commonwealth President before the Philippines gained independence from United States.", + "answers": [ + { + "text": [ + "Manuel Roxas" + ] + } + ] + }, + { + "text": "Who won the first Philippine National Presidential Election?", + "answers": [ + { + "text": [ + "Manuel Luis Quezon", + "Manuel Quezon", + "Manuel L. Quezon" + ] + } + ] + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 60, + "nextQuestionGap": 10, + "pointsPerQuestion": 1, + "randomise": true + } +} \ No newline at end of file diff --git a/data/random_1.json b/data/random_1.json index a859eec..db83e1a 100644 --- a/data/random_1.json +++ b/data/random_1.json @@ -127,7 +127,7 @@ "answers": [ { "text": [ - "Cows" + "Cow" ] } ] @@ -137,7 +137,7 @@ "answers": [ { "text": [ - "Salamanders" + "Salamander" ] } ] @@ -163,7 +163,7 @@ ] }, { - "text": "The youngest pope ever was -- years old.", + "text": "The youngest pope ever was -- years old. Clue: younger than legal age.", "answers": [ { "text": [ diff --git a/data/tech_1.json b/data/tech_1.json index e670c8f..6f4b9d3 100644 --- a/data/tech_1.json +++ b/data/tech_1.json @@ -16,8 +16,7 @@ "answers": [ { "text": [ - "Quicksort", - "quicksort" + "quick" ] } ] @@ -165,7 +164,8 @@ "answers": [ { "text": [ - "Tim Berners-Lee" + "Tim Berners-Lee", + "Tim Berners Lee" ] } ] @@ -338,7 +338,8 @@ "answers": [ { "text": [ - "QuickTime" + "QuickTime", + "mov" ] } ] @@ -503,7 +504,7 @@ ] }, { - "text": "What preinstalled Windows game was secretly intended to increase mouse proficiency?", + "text": "What game application was secretly intended to increase mouse proficiency?", "answers": [ { "text": [ diff --git a/locale/en.json b/locale/en.json index 3c00cec..234345d 100644 --- a/locale/en.json +++ b/locale/en.json @@ -147,7 +147,8 @@ "No, fuck you.", "Starting to hate this job, really.", "Your breath smells like you drank from the toilet this morning.", - "There's no programmer in the world smart enough to write code to understand what you just typed." + "There's no programmer in the world smart enough to write code to understand what you just typed.", + "PUT TANK IN A MALL!" ], "correctAnswerSingle": [ "The correct answer is .", @@ -158,7 +159,8 @@ "It was actually ! Should I reduce my difficulty for you, kids?", "I was looking for there. Nobody got it. Boohoo.", " is what I wanted to hear there.", - "Not so good at guessing, are you people? Lame. Answer is ." + "Not so good at guessing, are you people? Lame. Answer is .", + ". Easy. You couldn't get it. :sad:" ], "correctAnswerMultiple": [ "The correct answers were ", From 2549172b6b057b09ed5861a8ca859fc2c9c91f7a Mon Sep 17 00:00:00 2001 From: radj Date: Mon, 11 Jan 2016 13:57:52 +0800 Subject: [PATCH 3/7] Add Captain America - Civil War quiz data --- data/CA_civilwar.json | 129 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 data/CA_civilwar.json diff --git a/data/CA_civilwar.json b/data/CA_civilwar.json new file mode 100644 index 0000000..fb92e50 --- /dev/null +++ b/data/CA_civilwar.json @@ -0,0 +1,129 @@ +{ + "questions": [ + { + "text": "What bill did Tony Stark supported that caused the civil war? Abbreviation lang para mobo!", + "answers": [ + { + "text": [ + "SHRA", + "shra", + "S.H.R.A" + ] + } + ] + }, + { + "text": "Who were the opposing side leaders during the civil war?", + "answers": [ + { + "text": [ + "Tony Stark", + "Iron Man" + ] + }, + { + "text": [ + "Steve Rogers", + "Captain America" + ] + } + ], + "points": 2 + }, + { + "text": "Where did the explosion happened that killed a lot of innocent people and triggered the Super Human Registration Act?", + "answers": [ + { + "text": [ + "Stamford" + ] + } + ] + }, + { + "text": "Did deadpool support the Super Human Registration Act?", + "answers": [ + { + "text": [ + "Yes" + ] + } + ] + }, + { + "text": "Who was accused in the explosion incident in Stamford? Who actually caused the explosion?", + "answers": [ + { + "text": [ + "Speed ball", + "Speedball" + ] + }, + { + "text": [ + "Nitro", + "nitro" + ] + } + ] + }, + { + "text": "Who was the most hated man in america during the civil war?", + "answers": [ + { + "text": [ + "Speedball", + "speedball" + ] + } + ] + }, + { + "text": "Those who did not register to the Super Hero Registration Act are imprisoned in?", + "answers": [ + { + "text": [ + "Negative Zone" + ] + } + ] + }, + { + "text": "Where did the \"Thing\" of the fantastic four fled to avoid the war?", + "answers": [ + { + "text": [ + "Paris" + ] + } + ] + }, + { + "text": "The prince of Wakanda, T'Challa Udaku is?", + "answers": [ + { + "text": [ + "Black Panther" + ] + } + ] + }, + { + "text": "Which superhero married black panther and became the queen of Wakanda?", + "answers": [ + { + "text": [ + "Storm" + ] + } + ] + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 60, + "nextQuestionGap": 10, + "pointsPerQuestion": 1, + "randomise": true + } +} \ No newline at end of file From c1922cedbd9dc435853eed989dae4d1d779f3e17 Mon Sep 17 00:00:00 2001 From: radj Date: Thu, 14 Jan 2016 16:10:18 +0800 Subject: [PATCH 4/7] More mean replies --- locale/en.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/locale/en.json b/locale/en.json index 234345d..95f04a3 100644 --- a/locale/en.json +++ b/locale/en.json @@ -99,7 +99,8 @@ "Time's up! Eeedeeyooots...", "Bong! Time has run out on that one...", "Bong! Time has run out on that one... Embarassing.", - "Nope? Ok, let's move on." + "Nope? Ok, let's move on.", + "Well, now we know what's slower than Internet Explorer. Time's up." ], "incorrectAnswer": [ "How about I leave the channel?", @@ -148,7 +149,24 @@ "Starting to hate this job, really.", "Your breath smells like you drank from the toilet this morning.", "There's no programmer in the world smart enough to write code to understand what you just typed.", - "PUT TANK IN A MALL!" + "PUT TANK IN A MALL!", + "I'd tell you to go outside, but you'd just ruin that for everyone else too.", + "You are the reason why abortion should be legal everywhere", + "I have neither the time, nor the crayons, to explain this to you.", + "I would insult you but nature did a better job.", + "You have the situational awareness of a potato.", + "You know all those times your parents said quiz games would get you nowhere? They were right.", + "Perhaps your strategy should include trying.", + "The keys you're looking for are Alt-F4. CMD-Q is for losers.", + "You might help your future win-rate by leaving the quiz.", + "Is your ass jealous of the amount of poop that just came out of your mouth?", + "It's dangerous to use your entire vocabulary in a single sentence!", + "Maybe you should try something more on your level, like rock-paper-scissors.", + "My abacus has more processing power than you.", + "Be honest, are you just a cat swatting at the keyboard?", + "When your parents said shoot for the stars, that is not what they meant.", + "I think you should press the power button in order to contribute to the game.", + "Try not to trip on your IQ level on the way out.", ], "correctAnswerSingle": [ "The correct answer is .", From ec650ea4aa3c5400b577b01e999ababf024d1c10 Mon Sep 17 00:00:00 2001 From: radj Date: Thu, 14 Jan 2016 16:11:23 +0800 Subject: [PATCH 5/7] Fix syntax error --- locale/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en.json b/locale/en.json index 95f04a3..0700cfc 100644 --- a/locale/en.json +++ b/locale/en.json @@ -166,7 +166,7 @@ "Be honest, are you just a cat swatting at the keyboard?", "When your parents said shoot for the stars, that is not what they meant.", "I think you should press the power button in order to contribute to the game.", - "Try not to trip on your IQ level on the way out.", + "Try not to trip on your IQ level on the way out." ], "correctAnswerSingle": [ "The correct answer is .", @@ -218,4 +218,4 @@ "It's over! Yes! You can all go to hell.", "Finally over. Now, I can rest. :clap:" ] -} +} \ No newline at end of file From 6555f93277ec2566035e1cb66f82ddb47ff701ab Mon Sep 17 00:00:00 2001 From: radj Date: Thu, 14 Jan 2016 16:11:33 +0800 Subject: [PATCH 6/7] Add Sinulog quiz data --- data/sinulog.json | 227 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 data/sinulog.json diff --git a/data/sinulog.json b/data/sinulog.json new file mode 100644 index 0000000..757ba46 --- /dev/null +++ b/data/sinulog.json @@ -0,0 +1,227 @@ +{ + "questions": [ + { + "text": "The Sinulog dance moves --- steps forward and --- step backward to the sound of the drums.", + "answers": [ + { + "text": [ + "2 1", + "21", + "two one", + "two, one" + ] + } + ] + }, + { + "text": "What does \"Pit\" in \"Pit Senyor\" mean? -------", + "answers": [ + { + "text": [ + "sangpit" + ] + } + ] + }, + { + "text": "Magellan gave the Santo Niño ( image of the Child Jesus ) as baptismal gift to Hara Amihan, wife of Cebu's Rajah Humabon who was later named Queen -----.", + "answers": [ + { + "text": [ + "juana" + ] + } + ] + }, + { + "text": "Old name of the Basilica Minore del Santo Niño. San -------", + "answers": [ + { + "text": [ + "agustin" + ] + } + ] + }, + { + "text": "Which day of January is Sinulog always held?", + "answers": [ + { + "text": [ + "3rd sunday", + "third sunday" + ] + } + ] + }, + { + "text": "What year in the 80s did David S. Odilao, Jr., then Regional Director of the Ministry of Sports and Youth Development (MYSD), organize the first ever Sinulog parade?", + "answers": [ + { + "text": [ + "1980" + ] + } + ], + "points": 2 + }, + { + "text": "The coat of arms of the Santo Niño bears a two- headed hawk, the mark of the House of -------- in Europe.", + "answers": [ + { + "text": [ + "hapsburg" + ] + } + ] + }, + { + "text": "The dance moves to the sound of the drums and this resembles the current (Sinulog) of what was then known as Cebu's ------ River", + "answers": [ + { + "text": [ + "pahina" + ] + } + ] + }, + { + "text": "How many periods of history are supposedly depicted by the floats? Clue: one digit", + "answers": [ + { + "text": [ + "seven", + "7" + ] + } + ] + }, + { + "text": "Before it was called Miss Cebu starting in 1988, what was the name of this pageant?", + "answers": [ + { + "text": [ + "sinulog" + ] + } + ] + }, + { + "text": "Two arts organizations doing annual demonstration to keep the Sinulog parade contestants in alignment with the festival. Clue: NCCA and PFDS", + "answers": [ + { + "text": [ + "National Commission of Culture and the Arts", + "National Commission of Culture and Arts", + "National Commission of Culture & Arts" + ] + }, + { + "text": [ + "Philippine Folk Dance Society" + ] + } + ] + }, + { + "text": "She is the winner of Sinulog lead dancer category. -------- -----", + "answers": [ + { + "text": [ + "Festival Queen" + ] + } + ] + }, + { + "text": "Sinulog Foundation Board of Directors' Chairman of the Board.", + "answers": [ + { + "text": [ + "Michael Rama" + ] + } + ] + }, + { + "text": "Organized by the Augustinian order, the festival begins and ends in ------.", + "answers": [ + { + "text": [ + "church" + ] + } + ] + }, + { + "text": "It has been a tradition to have the image of the Child Jesus visit His parents before His grand day. The icon will be leaving His home in the Basilica del Sto. Niño which is in the heart of Cebu City and will be paraded to His foster father what parish in Mandaue City?", + "answers": [ + { + "text": [ + "St Joseph", + "St. Joseph", + "Joseph" + ] + } + ] + }, + { + "text": "After an overnight stay with His father before His grand day, He will be voyaging His way to His mother in ---- ---- city.", + "answers": [ + { + "text": [ + "Lapu-Lapu", + "Lapu Lapu" + ] + } + ] + }, + { + "text": "What is the URL of the official website of the Sinulog Foundation, the organization behind all this?", + "answers": [ + { + "text": [ + "sinulog.ph" + ] + } + ] + }, + { + "text": "The Sinulog is a festival which is seen to honor and connect both of the Cebuanos’ ----- past and Christian present.", + "answers": [ + { + "text": [ + "pagan" + ] + } + ] + }, + { + "text": "What year was a Miss Cebu candidate disqualified due to her lacking a few days for the required age?", + "answers": [ + { + "text": [ + "2007" + ] + } + ] + }, + { + "text": "One of Legaspi's men who discovered the image of the Santo Niño inside a wooden box beside other idols. Clue: JC", + "answers": [ + { + "text": [ + "Juan Camus" + ] + } + ] + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 60, + "nextQuestionGap": 10, + "pointsPerQuestion": 3, + "randomise": true + } +} \ No newline at end of file From c6d4967aeb040d8c9e91a9b464d8b888e5f0928b Mon Sep 17 00:00:00 2001 From: radj Date: Tue, 19 Jan 2016 17:06:32 +0800 Subject: [PATCH 7/7] Additional quiz data --- data/{CA_civilwar.json => capt_america.json} | 0 data/{Cebu.json => cebu.json} | 0 data/halohalo1.json | 345 +++++++++++++++++ data/halohalo2.json | 376 +++++++++++++++++++ 4 files changed, 721 insertions(+) rename data/{CA_civilwar.json => capt_america.json} (100%) rename data/{Cebu.json => cebu.json} (100%) create mode 100644 data/halohalo1.json create mode 100644 data/halohalo2.json diff --git a/data/CA_civilwar.json b/data/capt_america.json similarity index 100% rename from data/CA_civilwar.json rename to data/capt_america.json diff --git a/data/Cebu.json b/data/cebu.json similarity index 100% rename from data/Cebu.json rename to data/cebu.json diff --git a/data/halohalo1.json b/data/halohalo1.json new file mode 100644 index 0000000..37f4d81 --- /dev/null +++ b/data/halohalo1.json @@ -0,0 +1,345 @@ +{ + "questions": [ + { + "text": "What planet in our solar system was previously known as Georgium Sidis?", + "answers": [ + { + "text": [ + "Uranus" + ] + } + ] + }, + { + "text": "The dwarf planet Pluto can be found in an area in our solar system known as the \"------ ----\".", + "answers": [ + { + "text": [ + "Kuiper Belt" + ] + } + ] + }, + { + "text": "The ---- --- was a state of political and military tension after World War II between powers in the Western Bloc (the United States, its NATO allies and others) and powers in the Eastern Bloc (the Soviet Union and its allies in the Warsaw Pact).", + "answers": [ + { + "text": [ + "Cold War" + ] + } + ] + }, + { + "text": "The canal-like area between our nose and lip is called the --------.", + "answers": [ + { + "text": [ + "philtrum" + ] + } + ] + }, + { + "text": "Jupiter, Saturn, Neptune, and Uranus are collectively known as gas giants or ------ -------.", + "answers": [ + { + "text": [ + "Jovian planets" + ] + } + ] + }, + { + "text": "Who lives in a pineapple under the sea?", + "answers": [ + { + "text": [ + "Spongebob Squarepants" + ] + } + ] + }, + { + "text": "The three starter pokemons from the first generation are who?", + "answers": [ + { + "text": [ + "Bulbasaur" + ] + }, + { + "text": [ + "Charmander" + ] + }, + { + "text": [ + "Squirtle" + ] + } + ] + }, + { + "text": "Name the five animals that the Mighty Morphin Power Rangers used as zords.", + "answers": [ + { + "text": [ + "Mastodon" + ] + }, + { + "text": [ + "Triceratops" + ] + }, + { + "text": [ + "Pterodactyl" + ] + }, + { + "text": [ + "Sabretooth Tiger", + "Sabertooth Tiger" + ] + }, + { + "text": [ + "Tyrannosaurus Rex", + "T-Rex", + "Tyrannosaurus" + ] + } + ] + }, + { + "text": "What famous brand has a siren as its logo?", + "answers": [ + { + "text": [ + "Starbucks" + ] + } + ] + }, + { + "text": "Name the four countries that belong in the UK.", + "answers": [ + { + "text": [ + "England" + ] + }, + { + "text": [ + "Scotland" + ] + }, + { + "text": [ + "Wales" + ] + }, + { + "text": [ + "Northern Ireland" + ] + } + ] + }, + { + "text": "What is the name of the lottery that has the highest payout of 1.6B USD?", + "answers": [ + { + "text": [ + "Powerball" + ] + } + ] + }, + { + "text": "My -------- don't want none unless you got buns, hun.", + "answers": [ + { + "text": [ + "anaconda" + ] + } + ] + }, + { + "text": "Name the animated movie which takes place in a video game arcade.", + "answers": [ + { + "text": [ + "Wreck-it Ralph", + "Wreck It Ralph" + ] + } + ] + }, + { + "text": "The chemical symbol for antimony is --.", + "answers": [ + { + "text": [ + "Sb" + ] + } + ] + }, + { + "text": "Krypton, Xenon, and Helium are part of a group of chemical elements called ----- -----.", + "answers": [ + { + "text": [ + "Noble gases" + ] + } + ] + }, + { + "text": "What international award-giving body was established by the person who invented dynamite?", + "answers": [ + { + "text": [ + "Nobel Prize" + ] + } + ] + }, + { + "text": "Which US actor is the voice of Mr Fox in the 2009 animated film ‘Fantastic Mr Fox’?", + "answers": [ + { + "text": [ + "George Clooney" + ] + } + ] + }, + { + "text": "Who was the reigning British monarch when USA declared its independence?", + "answers": [ + { + "text": [ + "King George III" + ] + }, + { + "text": [ + "George III" + ] + } + ] + }, + { + "text": "Which Philippine hero also used the pseudonym \"Dimasalang\"?", + "answers": [ + { + "text": [ + "Jose Rizal" + ] + } + ] + }, + { + "text": "Java, currently owned by Oracle, was created by which software company?", + "answers": [ + { + "text": [ + "Sun Microsystems" + ] + } + ] + }, + { + "text": "St. Nicholas is known as Sinterklaas in which country?", + "answers": [ + { + "text": [ + "Netherlands" + ] + } + ] + }, + { + "text": "Enumerate the Japanese names of Eugene, Vincent, Alfred, and Dennis, from Ghost Fighter. First names will do.", + "answers": [ + { + "text": [ + "Yusuke" + ] + }, + { + "text": [ + "Kuwabara" + ] + }, + { + "text": [ + "Kurama" + ] + }, + { + "text": [ + "Hiei" + ] + } + ] + }, + { + "text": "----- a metal or plastic tube fixed tightly around each end of a shoelace.", + "answers": [ + { + "text": [ + "Aglet" + ] + } + ] + }, + { + "text": "------- ------ is used in reference to the phenomenon whereby a computer-generated figure or humanoid robot bearing a near-identical resemblance to a human being arouses a sense of unease or revulsion in the person viewing it.", + "answers": [ + { + "text": [ + "Uncanny valley" + ] + } + ] + }, + { + "text": "Name the four Teletubbies.", + "answers": [ + { + "text": [ + "Tinky Winky" + ] + }, + { + "text": [ + "Dipsy" + ] + }, + { + "text": [ + "Lala" + ] + }, + { + "text": [ + "Po" + ] + } + ] + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 60, + "nextQuestionGap": 10, + "pointsPerQuestion": 1, + "randomise": false + } +} \ No newline at end of file diff --git a/data/halohalo2.json b/data/halohalo2.json new file mode 100644 index 0000000..d353dbd --- /dev/null +++ b/data/halohalo2.json @@ -0,0 +1,376 @@ +{ + "questions": [ + { + "text": "The language family that descended from Latin are called the ------- languages.", + "answers": [ + { + "text": [ + "Romance" + ] + } + ] + }, + { + "text": "Enumerate the five biggest Romance languages.", + "answers": [ + { + "text": [ + "Spanish" + ] + }, + { + "text": [ + "Portuguese" + ] + }, + { + "text": [ + "French" + ] + }, + { + "text": [ + "Italian" + ] + }, + { + "text": [ + "Romanian" + ] + } + ] + }, + { + "text": "The \"corn\" in corned beef does not actually refer to the vegetable but to ----.", + "answers": [ + { + "text": [ + "salt" + ] + } + ] + }, + { + "text": "The main character of Jose Rizal's \"El Filibusterismo\" is the wealthy jeweler named ------.", + "answers": [ + { + "text": [ + "Simoun" + ] + } + ] + }, + { + "text": "As per Q4, Simoun is actually the new identity of ---------- ------.", + "answers": [ + { + "text": [ + "Crisostomo Ibarra", + "Crisostomo Ibarra" + ] + } + ], + "points": 5 + }, + { + "text": "In Dragonball Z, Goku's skill \"Spirit bomb\" is known in Japanese as ----- ----.", + "answers": [ + { + "text": [ + "Genki dama" + ] + } + ] + }, + { + "text": "What international company has its logo called \"The Golden Arches\"?", + "answers": [ + { + "text": [ + "McDonalds" + ] + } + ] + }, + { + "text": "Who was the last Airbender, who would later on become the Avatar?", + "answers": [ + { + "text": [ + "Aang" + ] + } + ] + }, + { + "text": "The \"G\" in saxophonist Kenny G's name is what?", + "answers": [ + { + "text": [ + "Gorelick" + ] + } + ] + }, + { + "text": "Which video game character is also known as the \"Blue Bomber\"?", + "answers": [ + { + "text": [ + "Megaman", + "Rockman" + ] + } + ] + }, + { + "text": "This Austrian archduke's assassination started World War I. Who is he?", + "answers": [ + { + "text": [ + "Franz Ferdinand" + ] + } + ], + "points": 2 + }, + { + "text": "In Street Fighter lore, who were the original Four Kings?", + "answers": [ + { + "text": [ + "M. Bison", + "Bison", + "M Bison" + ] + }, + { + "text": [ + "Vega" + ] + }, + { + "text": [ + "Balrog" + ] + }, + { + "text": [ + "Sagat" + ] + } + ] + }, + { + "text": "ENIAC was the first electronic general-purpose computer. Define ENIAC.", + "answers": [ + { + "text": [ + "Electronic Numerical Integrator And Computer" + ] + } + ], + "points": 5 + }, + { + "text": "The first \"P\" on the server-side scripting language PHP is?", + "answers": [ + { + "text": [ + "PHP" + ] + } + ] + }, + { + "text": "A ---------- is a word, phrase, number, or other sequence of characters which reads the same backward or forward. Example: racecar.", + "answers": [ + { + "text": [ + "palindrome" + ] + } + ] + }, + { + "text": "Enumerate the three legendary birds from the Pokemon first generation.", + "answers": [ + { + "text": [ + "Articuno" + ] + }, + { + "text": [ + "Zapdos" + ] + }, + { + "text": [ + "Moltres" + ] + } + ] + }, + { + "text": "This Latin phrase means \"where are you going?\" in English", + "answers": [ + { + "text": [ + "Quo vadis?", + "Quo vadis" + ] + } + ] + }, + { + "text": "------ -- is the phenomenon of experiencing a situation that one recognizes in some fashion, but that nonetheless seems very unfamiliar. It's kind of like an opposite to deja vu.", + "answers": [ + { + "text": [ + "Jamais vu" + ] + } + ] + }, + { + "text": "Norway, Sweden, and Finland are just three countries that use a cross design on their flags. What do you call this cross?", + "answers": [ + { + "text": [ + "Nordic cross" + ] + } + ] + }, + { + "text": "What is the scientific name of the western lowland gorilla?", + "answers": [ + { + "text": [ + "Gorilla gorilla gorilla" + ] + } + ] + }, + { + "text": "The term AD or A.D. is used to label or number years in the Julian and Gregorian calendars. Define AD.", + "answers": [ + { + "text": [ + "Anno domini" + ] + } + ] + }, + { + "text": "The auroch is a grand extinct wild ox that is the ancenstor of the ---.", + "answers": [ + { + "text": [ + "Cow" + ] + } + ] + }, + { + "text": "Before Elizabeth II, who was the longest reigning British monarch?", + "answers": [ + { + "text": [ + "Queen Victoria I", + "Victoria I", + "Victoria" + ] + } + ] + }, + { + "text": "\"Bovine spongiform encephalopathy\" is the technical term for --- --- disease.", + "answers": [ + { + "text": [ + "mad cow" + ] + } + ] + }, + { + "text": "What is the capital city of Norway?", + "answers": [ + { + "text": [ + "Oslo" + ] + } + ] + }, + { + "text": "-- ----------- was an organization created in Spain on December 13, 1888, composed of Filipino liberals exiled in 1872 and students attending Europe's universities.", + "answers": [ + { + "text": [ + "La Solidaridad" + ] + } + ] + }, + { + "text": "This very popular game actually came from a mod of Warcraft III.", + "answers": [ + { + "text": [ + "DOTA" + ] + } + ] + }, + { + "text": "What are the three words to call the meat of a sheep?", + "answers": [ + { + "text": [ + "mutton" + ] + }, + { + "text": [ + "lamb" + ] + }, + { + "text": [ + "hogget" + ] + } + ] + }, + { + "text": "A ------- is a powerful object in which a Dark wizard or witch has hidden a fragment of his or her soul for the purpose of attaining immortality", + "answers": [ + { + "text": [ + "horcrux" + ] + } + ] + }, + { + "text": "This celebrity has \"Destiny Hope\" as her real first name. Give the full name of this individual.", + "answers": [ + { + "text": [ + "Miley Cyrus" + ] + } + ] + } + ], + "settings": { + "startQuestionGap": 3, + "questionTime": 60, + "nextQuestionGap": 10, + "pointsPerQuestion": 1, + "randomise": false + } +} \ No newline at end of file