To add quiz questions, put your questions and answers between QUIZ DATA START and QUIZ DATA END. Remember that the syntax is the following:
Question: some question Answer: the answer Question: another question Answer: the answer to this other question
You can make the bot accept multiple answer to a question by separating them with | (vertical bar):
Question: It's a coalition of 50 states Answer: USA | United States of America
You can make part of an answer optional by 'gating' the core of the answer with # (hash sign):
Question: It's a coalition of 50 states Answer: USA | #United States# of America
will accept both USA, United States and United States of America.
QUIZ DATA START Question: How much wood would a woodchuck chuck if a woodchuck would chuck wood? Answer: as much a wood as a woodchuck would chuck if a woodchuck would chuck wood. Question: When a door is not a door? Answer: when it's ajar Question: The Linux kernel was created by ... Answer: Linus Torvalds Question: Where there's a swill ... Answer: there's a sway Question: What do you say when you don't know what to say? Answer: Supercalifragilisticexpialidocious Question: Top posting Answer: What is the most annoying thing on USENET? QUIZ DATA END
