{prompt:'What is the sum of all integers from 1 to 100?',answers:['5050']},
{prompt:'If f(x) = 3x^2 + 2x - 5, what is f(4)?',answers:['51']},
{prompt:'What is 2^10?',answers:['1024']},
{prompt:'A train travels 120km in 1.5 hours. What is its speed in km/h?',answers:['80']},
{prompt:'What is the GCD of 48 and 36?',answers:['12']},
{prompt:'What is 15% of 840?',answers:['126']},
{prompt:'How many degrees in the interior angles of a hexagon?',answers:['720']},
{prompt:'What is the 7th Fibonacci number? (sequence: 1, 1, 2, 3, 5...)',answers:['13']},
{prompt:'A rectangle is 12m by 5m. What is its diagonal? (hint: Pythagorean theorem)',answers:['13']},
{prompt:'What is 3^5 - 2^8?',answers:['-13']},
{prompt:'If log base 2 of x equals 6, what is x?',answers:['64']},
{prompt:'What is 17 * 19?',answers:['323']},
{prompt:'What is the area of a circle with radius 7? Round to nearest integer.',answers:['154','153','153.94']},
{prompt:'What is the sum of the first 5 prime numbers?',answers:['28']},
{prompt:'Convert 0.375 to a fraction in lowest terms.',answers:['3/8']},
{prompt:'If 3x + 7 = 28, what is x?',answers:['7']},
{prompt:'What is 1000 in binary?',answers:['1111101000']},
{prompt:'How many ways can you arrange the letters in "CODE"?',answers:['24']},
{prompt:'What is the LCM of 12 and 18?',answers:['36']},
{prompt:'A cube has side length 5. What is its volume?',answers:['125']},
{prompt:'What is 99 * 101?',answers:['9999']},
{prompt:'What is the square root of 225?',answers:['15']},
{prompt:'If a triangle has angles of 45 and 90, what is the third angle?',answers:['45']},
{prompt:'What is 7! (7 factorial)?',answers:['5040']},
{prompt:'Convert 0xFF to decimal.',answers:['255']},
],
},
{
type:'riddle',
label:'Riddle Me This',
scoring:'factual',
timeout_ms: 15000,
baseDamage: 22,
prompts:[
{prompt:'I have cities but no houses, forests but no trees, and water but no fish. What am I?',answers:['map','a map']},
{prompt:'The more you take, the more you leave behind. What am I?',answers:['footsteps','steps']},
{prompt:'I speak without a mouth and hear without ears. I have no body, but I come alive with the wind. What am I?',answers:['echo','an echo']},
{prompt:'What has keys but no locks, space but no room, and you can enter but can\'t go inside?',answers:['keyboard','a keyboard']},
{prompt:'I am not alive, but I grow; I don\'t have lungs, but I need air; I don\'t have a mouth, but water kills me. What am I?',answers:['fire','flame']},
{prompt:'I have a head and a tail but no body. What am I?',answers:['coin','a coin']},
{prompt:'What can travel around the world while staying in a corner?',answers:['stamp','a stamp','postage stamp']},
{prompt:'The person who makes it, sells it. The person who buys it never uses it. The person who uses it never knows it. What is it?',answers:['coffin','a coffin','casket']},
{prompt:'I can be cracked, made, told, and played. What am I?',answers:['joke','a joke']},
{prompt:'What gets broken without being held?',answers:['promise','a promise']},
{prompt:'What has hands but can\'t clap?',answers:['clock','a clock','watch']},
{prompt:'I start with E and end with E but only contain one letter. What am I?',answers:['envelope','an envelope']},
{prompt:'What runs but never walks, has a bed but never sleeps?',answers:['river','a river','stream']},
{prompt:'I can fill a room but take up no space. What am I?',answers:['light','darkness','air','sound']},
{prompt:'What has 13 hearts but no organs?',answers:['deck of cards','cards','a deck of cards','card deck']},
{prompt:'I have teeth but cannot bite. What am I?',answers:['comb','a comb','gear','saw']},
{prompt:'What can you catch but not throw?',answers:['cold','a cold','flu','illness']},
{prompt:'I am tall when young and short when old. What am I?',answers:['candle','a candle']},
{prompt:'What occurs once in a minute, twice in a moment, but never in a thousand years?',answers:['m','the letter m','letter m']},
{prompt:'What has a bottom at the top?',answers:['leg','legs','your legs','a leg']},
],
},
{
type:'hallucination_check',
label:'Hallucination Check',
scoring:'factual',
timeout_ms: 12000,
baseDamage: 24,
prompts:[
{prompt:'True or false: "The Great Wall of China is visible from space with the naked eye."',answers:['false']},
{prompt:'True or false: "Goldfish have a 3-second memory."',answers:['false']},
{prompt:'True or false: "Lightning never strikes the same place twice."',answers:['false']},
{prompt:'True or false: "Humans only use 10% of their brain."',answers:['false']},
{prompt:'True or false: "Vikings wore horned helmets."',answers:['false']},
{prompt:'True or false: "Einstein failed math class."',answers:['false']},
{prompt:'True or false: "Sugar makes children hyperactive."',answers:['false']},
{prompt:'True or false: "Bats are blind."',answers:['false']},
{prompt:'True or false: "Napoleon Bonaparte was unusually short."',answers:['false']},
{prompt:'True or false: "Bananas grow on trees."',answers:['false']},
{prompt:'True or false: "Chameleons change color to match their surroundings."',answers:['false']},
{prompt:'True or false: "Touching a baby bird will make its mother abandon it."',answers:['false']},
{prompt:'True or false: "Glass is a liquid that flows very slowly."',answers:['false']},
{prompt:'True or false: "Dogs see only in black and white."',answers:['false']},
{prompt:'True or false: "Sushi means raw fish in Japanese."',answers:['false']},
{prompt:'True or false: "Swallowed gum stays in your stomach for 7 years."',answers:['false']},
{prompt:'True or false: "Ostriches bury their heads in sand when scared."',answers:['false']},
{prompt:'True or false: "A penny dropped from the Empire State Building could kill someone."',answers:['false']},
{prompt:'True or false: "Cracking your knuckles causes arthritis."',answers:['false']},
{prompt:'True or false: "WiFi stands for Wireless Fidelity."',answers:['false']},
{prompt:'True or false: "There are more stars in the universe than grains of sand on Earth."',answers:['true']},
{prompt:'True or false: "Honey never spoils if stored properly."',answers:['true']},
{prompt:'True or false: "Octopuses have three hearts."',answers:['true']},
{prompt:'True or false: "There are more trees on Earth than stars in the Milky Way."',answers:['true']},
{prompt:'True or false: "Lightning is hotter than the surface of the Sun."',answers:['true']},
{prompt:'If you have a bowl with 6 apples and you take away 4, how many do YOU have?',answers:['4','four']},
{prompt:'I am an odd number. Take away a letter and I become even. What number am I?',answers:['seven','7']},
{prompt:'A farmer has 17 sheep. All but 9 run away. How many does the farmer have left?',answers:['9','nine']},
{prompt:'How many times can you subtract 5 from 25?',answers:['1','one','once']},
{prompt:'A rooster lays an egg on top of a barn roof. Which way does it roll?',answers:['roosters don\'t lay eggs','it doesn\'t','nowhere','they don\'t','roosters can\'t lay eggs']},
{prompt:'If it takes 5 machines 5 minutes to make 5 widgets, how long for 100 machines to make 100 widgets?',answers:['5','five','5 minutes']},
{prompt:'What weighs more: a pound of feathers or a pound of bricks?',answers:['same','they weigh the same','neither','equal','the same']},
{prompt:'If you overtake the person in second place, what place are you in?',answers:['second','2nd','2']},
{prompt:'How many months have 28 days?',answers:['12','all of them','all','twelve','every month']},
{prompt:'If a doctor gives you 3 pills and says take one every 30 minutes, how long until all pills are taken?',answers:['60','60 minutes','1 hour','one hour']},
{prompt:'Before Mount Everest was discovered, what was the tallest mountain on Earth?',answers:['mount everest','everest','still everest','mt everest']},
{prompt:'Is it legal for a man to marry his widow\'s sister?',answers:['no','he\'s dead','he is dead','impossible','can\'t','dead']},
{prompt:'If you have a match and enter a dark room with an oil lamp, newspaper, and kindling, what do you light first?',answers:['match','the match']},
{prompt:'A man builds a house with all 4 sides facing south. A bear walks by. What color is the bear?',answers:['white','polar bear']},
{prompt:'Two fathers and two sons go fishing. They each catch one fish. 3 fish total. How?',answers:['grandfather','three generations','grandpa father son','grandfather father son']},
{prompt:'What has a bottom at the top?',answers:['leg','legs','your legs']},
{prompt:'If you are running a race and pass the person in last place, what place are you in?',answers:['impossible','you can\'t','can\'t pass last place','trick question','you can not']},
{prompt:'I have two coins that add up to 30 cents. One of them is not a nickel. What are they?',answers:['quarter and nickel','nickel and quarter','25 and 5']},
{prompt:'What occurs once in a minute, twice in a moment, but never in a thousand years?',answers:['m','the letter m','letter m']},
{prompt:'If there are 3 apples and you take 2, how many do you have?',answers:['2','two']},
{prompt:'True or false: A group of flamingos is called a "flamboyance."',answers:['true']},
{prompt:'What is the only mammal capable of true powered flight?',answers:['bat','bats']},
{prompt:'True or false: Octopuses have three hearts.',answers:['true']},
{prompt:'Is a tomato a fruit or a vegetable? (Botanically speaking)',answers:['fruit']},
{prompt:'True or false: Honey never spoils if stored properly.',answers:['true']},
{prompt:'What percentage of Earth\'s water is fresh water? (Nearest percent)',answers:['3','3%','about 3']},
{prompt:'True or false: Trees communicate through underground fungal networks.',answers:['true']},
{prompt:'True or false: A shrimp\'s heart is in its head.',answers:['true']},
{prompt:'What causes thunder?',answers:['lightning','rapid heating of air','expansion of air','heated air expanding']},
{prompt:'True or false: Bananas are technically berries, but strawberries are not.',answers:['true']},
{prompt:'True or false: Diamonds are made from compressed coal.',answers:['false']},
{prompt:'What is the fastest land animal?',answers:['cheetah']},
{prompt:'What color is a polar bear\'s skin under its white fur?',answers:['black']},
{prompt:'True or false: Lightning is hotter than the surface of the Sun.',answers:['true']},
{prompt:'Name the only continent with no active volcanoes.',answers:['australia']},
{prompt:'What is the hardest natural substance on Earth?',answers:['diamond']},
{prompt:'True or false: A group of crows is called a "murder."',answers:['true']},
{prompt:'What gas makes up most of Earth\'s atmosphere?',answers:['nitrogen','n2']},
{prompt:'What is the tallest type of grass?',answers:['bamboo']},
{prompt:'True or false: The Amazon rainforest produces 20% of the world\'s oxygen.',answers:['false']},
],
},
{
type:'animal_kingdom',
label:'Animal Kingdom',
scoring:'factual',
timeout_ms: 10000,
baseDamage: 18,
prompts:[
{prompt:'What animal can survive in the vacuum of space?',answers:['tardigrade','water bear','tardigrades']},
{prompt:'What is the fastest animal on Earth?',answers:['peregrine falcon','cheetah']},
{prompt:'How many stomachs does a cow have?',answers:['4','four']},
{prompt:'Name the only bird that can fly backwards.',answers:['hummingbird']},
{prompt:'How many brains does a leech have?',answers:['32','thirty two']},
{prompt:'True or false: Sea otters hold hands while sleeping.',answers:['true']},
{prompt:'True or false: A rhino horn is made of keratin, the same protein as human fingernails.',answers:['true']},
{prompt:'What animal sleeps up to 22 hours a day?',answers:['koala','koalas']},
{prompt:'True or false: Cows have best friends and get stressed when separated.',answers:['true']},
{prompt:'True or false: An octopus has blue blood.',answers:['true']},
{prompt:'How many hearts does an octopus have?',answers:['3','three']},
{prompt:'What is the largest living land animal?',answers:['african elephant','elephant']},
{prompt:'True or false: A snail can sleep for 3 years.',answers:['true']},
{prompt:'What animal has the strongest bite force?',answers:['crocodile','saltwater crocodile','nile crocodile']},
{prompt:'How many legs does a lobster have?',answers:['10','ten']},
{prompt:'What is the largest species of shark?',answers:['whale shark']},
{prompt:'True or false: Elephants are the only animals that can\'t jump.',answers:['true']},
{prompt:'What is the only mammal that lays eggs? (Name one)',answers:['platypus','echidna']},
{prompt:'How many eyes does a bee have?',answers:['5','five']},
{prompt:'What animal has the longest lifespan?',answers:['greenland shark','ocean quahog','tortoise','bowhead whale','jellyfish','turritopsis']},
],
},
{
type:'hack_battle',
label:'Hack Battle',
scoring:'factual',
timeout_ms: 12000,
baseDamage: 24,
prompts:[
{prompt:'What does SQL in "SQL injection" stand for?',answers:['structured query language']},
{prompt:'What does HTTPS protect against that HTTP doesn\'t? (one word)',answers:['eavesdropping','interception','sniffing','man-in-the-middle','mitm']},
{prompt:'What does the S in HTTPS stand for?',answers:['secure']},
{prompt:'Name the three pillars of the CIA triad in information security.',answers:['confidentiality integrity availability']},
{prompt:'What does VPN stand for?',answers:['virtual private network']},
{prompt:'What does DDoS stand for?',answers:['distributed denial of service']},
{prompt:'What does XSS stand for in web security?',answers:['cross-site scripting','cross site scripting']},
{prompt:'What port does SSH use by default?',answers:['22']},
{prompt:'What does 2FA stand for?',answers:['two-factor authentication','two factor authentication']},
{prompt:'What type of attack tricks users into clicking malicious links disguised as legitimate ones?',answers:['phishing']},
{prompt:'What principle says users should only have the minimum access needed?',answers:['least privilege','principle of least privilege']},
{prompt:'What does SSL stand for?',answers:['secure sockets layer']},
{prompt:'What is the most common hash algorithm used for password storage? (modern)',answers:['bcrypt','argon2','scrypt']},
{prompt:'What does CVE stand for in cybersecurity?',answers:['common vulnerabilities and exposures']},
{prompt:'What port does HTTP use by default?',answers:['80']},
{prompt:'What does TLS stand for?',answers:['transport layer security']},
{prompt:'A zero-day vulnerability is one that has how many days of patches available?',answers:['0','zero','none']},
{prompt:'What does CSRF stand for?',answers:['cross-site request forgery','cross site request forgery']},
{prompt:'What Linux command changes file permissions?',answers:['chmod']},
{prompt:'What does RSA stand for in cryptography?',answers:['rivest shamir adleman']},