Created
October 30, 2018 06:16
-
-
Save stanleycyang/fdd803967de6bd497ad025af4f36ef32 to your computer and use it in GitHub Desktop.
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
module.exports = { | |
/** | |
* When editing your questions pay attention to your punctuation. | |
* Make sure you use question marks. | |
* Make sure the first answer is the correct one. | |
* Set at least ANSWER_COUNT answers, any extras will be shuffled in. | |
*/ | |
QUESTIONS_EN_US: [ | |
{ | |
'What snack is traditionally left out for Santa Claus?': [ | |
'Cookies', | |
'Carrots', | |
'Pizza', | |
'Brownies' | |
], | |
}, | |
{ | |
'During what ancient festival did masters temporily serve their slaves?': [ | |
'Saturnalia', | |
'Floralia', | |
'Agonia', | |
'Lupercalia' | |
], | |
}, | |
{ | |
'What holiday was established in California in 1966 by scholar/activist Dr. Maulana Karenga?': [ | |
'Kwanzaa', | |
'Earth Day', | |
'Flag Day', | |
'National Smores Day' | |
], | |
}, | |
{ | |
'What percent of parents admit to stealing Halloween candy from their children?': [ | |
'90%', | |
'50%', | |
'30%', | |
'10%' | |
] | |
}, | |
{ | |
'What is the best selling Christmas single of all time?': [ | |
'White Christmas', | |
'Blue Christmas', | |
'Silent Night', | |
'Rudolph the Red-Nosed Reindeer' | |
] | |
}, | |
{ | |
'Which holiday takes place on March 26?': [ | |
'Make up Your Own Holiday Day', | |
'Hula in the Coola Day', | |
'Festival of Sleep Day', | |
'Bubble Bath Day' | |
] | |
}, | |
{ | |
'What holiday became popular after it was featured on an episode of Seinfeld?': [ | |
'Festivus', | |
'Have a Bad Day Day', | |
'Be Bald And Be Free Day', | |
'Take Your Plants For a Walk Day' | |
] | |
}, | |
{ | |
'What British holiday is named after a man who tried to blow up a government building?': [ | |
'Guy Fawkes Day', | |
'St. David\'s Day', | |
'Sadie Hawkins Day', | |
'Bobby Levin Day' | |
] | |
}, | |
{ | |
'Celebration of the Jewish New Year is known as what?': [ | |
'Rosh Hashanah', | |
'Purim', | |
'Yom Kippur', | |
'Ramadan' | |
] | |
}, | |
{ | |
'What part of a chocolate Easter bunny do most children eat first?': [ | |
'Ears', | |
'Stomach', | |
'Arms', | |
'Feet' | |
] | |
}, | |
{ | |
'What holiday was created by a vote of the United Nations General Assembly in 1981?': [ | |
'Internal Peace Day', | |
'World Youth Day', | |
'International Earth Day', | |
'United Nations Day', | |
] | |
}, | |
{ | |
'In the Netherlands, what is the name of Santa Claus\'s helper who judges which children were bad during the year?': [ | |
'Black Peter', | |
'Eli the Elf', | |
'Mrs. Claus', | |
'Green Eric', | |
] | |
}, | |
{ | |
'What country does the practice of decorating Easter eggs originate from?': [ | |
'Africa', | |
'Egypt', | |
'Greece', | |
'Rome' | |
] | |
}, | |
{ | |
'What holiday originated as the ancient Roman festival of Lupercalia?': [ | |
'Valentine\'s Day', | |
'Halloween', | |
'Christmas', | |
'Easter' | |
] | |
}, | |
{ | |
'How much candy is sold in the U.S. each Halloween?': [ | |
'600 million pounds', | |
'300 million pounds', | |
'90 million pounds', | |
'9 million pounds' | |
] | |
}, | |
{ | |
'How do you celebrate I Forgot Day?': [ | |
'Make amends for something you\'ve forgotten', | |
'Tie a string around your finger', | |
'Forget something', | |
'Do something forgettable' | |
] | |
}, | |
{ | |
'What holiday combines masks and a street party?': [ | |
'Carnival', | |
'Maundy Thursday', | |
'Lent', | |
'Assumption Day' | |
] | |
}, | |
{ | |
'Every Halloween, Charlie Brown helps his friend Linus wait for what character to appear?': [ | |
'The Great Pumpkin', | |
'Jack Skellington', | |
'Beetlejuice', | |
'Black Peter' | |
] | |
}, | |
{ | |
'What is considered good luck on Halloween?': [ | |
'Seeing a spider', | |
'Getting lots of candy', | |
'Seeing a black cat cross the street', | |
'Carving a jack-o-lantern' | |
] | |
}, | |
{ | |
'What are traditional Halloween colors': [ | |
'Orange & Black', | |
'Red & Yellow', | |
'Black & Red', | |
'Black & Yellow' | |
] | |
} | |
], | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment