JIT
create an engaging quiz for whitepink fans
# Define the quiz questions and answers questions = [ { "question": "What is WHITEPINK's debut date?", "options": ["May 29th, 2017", "February 1st, 2015", "May 29th, 2026", "February 1st, 2017"], "answer_index": 1 }, { "question": "What is the group's greeting?", "options": ["Hello Everyone! Stay Pink And Bright! We Are Whitepink", "Hello Everyone! Stay White And Bright! We Are Whitepink", "Hello Everyone! Stay White And Bright! We Are Pinkwhite", "Hello! We Are Whitepink"], "answer_index": 1 }, { "question": "How many members are in the group?", "options": ["5", "4", "6", "7"], "answer_index": 2 }, { "question": "Which member is currently on hiatus?", "options": ["Hana", "Siyeon", "Yumee", "Kerijan"], "answer_index": 2 }, { "question": "What is Siyeon's birth name?", "options": ["Shin Si-yeon", "Angel Estella", "Fuji Tejon", "Kim Hana"], "answer_index": 0 }, { "question": "Which member has the representative animal of a cat?", "options": ["Yumee", "Tyejyoung", "Siyeon", "Hana"], "answer_index": 2 }, { "question": "How many years did Tyejyoung train for?", "options": ["7 years", "6 years", "13 years", "7.5 years"], "answer_index": 1 }, { "question": "What is Tyejyoung's favorite color?", "options": ["Purple", "White", "Pink", "Blonde"], "answer_index": 0 }, { "question": "Which member was a professional mukbanger?", "options": ["Hana", "Kerijan", "Estella", "Yumee"], "answer_index": 1 }, { "question": "What is Kerijan's height?", "options": ["5'5\"", "5'7\"", "5'9\"", "5'8\""], "answer_index": 2 }, { "question": "Who is the leader of the group?", "options": ["Siyeon", "Tyejyoung", "Hana", "Estella"], "answer_index": 2 }, { "question": "Where was Hana raised?", "options": ["Daejeon, South Korea", "Tokyo, Japan", "Suwon-si, South Korea", "Chicago, Illinois"], "answer_index": 3 }, { "question": "Which member was a ballerina for 10 years?", "options": ["Yumee", "Kerijan", "Estella", "Tyejyoung"], "answer_index": 2 }, { "question": "What are Yumee's favorite colors?", "options": ["Purple", "White and Blonde", "Pink", "Black and White"], "answer_index": 1 }, { "question": "Who is the most quiet member?", "options": ["Estella", "Kerijan", "Hana", "Yumee"], "answer_index": 3 }, { "question": "What is Yumee's blood type?", "options": ["O", "A", "B", "AB"], "answer_index": 1 }, { "question": "Which member dates Matthew from ZEROBASONE?", "options": ["Siyeon", "Yumee", "Hana", "Estella"], "answer_index": 2 }, { "question": "What is the group's disbandment date?", "options": ["February 1st, 2015", "May 29th, 2026", "May 29th, 2017", "February 1st, 2026"], "answer_index": 1 }, { "question": "Which member has the English name Mia Aria?", "options": ["Yumee", "Hana", "Siyeon", "Kerijan"], "answer_index": 2 }, { "question": "Which member has anger issues?", "options": ["Tyejyoung", "Estella", "Kerijan", "Yumee"], "answer_index": 1 } ] # Define the grading scale grading_scale = { 20: "S+", 19: "S", 18: "S-", 17: "A+", 16: "A", 15: "A-", 14: "B+", 13: "B", 12: "B-", 11: "C+", 10: "C", 9: "C-", 8: "F+", 7: "F", 6: "F-", 5: "F-", 4: "F-", 3: "F-", 2: "F-", 1: "F-", 0: "F-" } # Function to run the quiz def run_quiz(): score = 0 total_questions = len(questions) print("--- Welcome to the WHITEPINK Quiz! ---") print(f"There are {total_questions} questions. Good luck!\n") for i, q in enumerate(questions): print(f"Question {i + 1}: {q['question']}") for j, option in enumerate(q['options']): print(f" {j + 1}. {option}") while True: try: user_answer = int(input("Enter your answer (1, 2, 3, or 4): ")) - 1 if 0 <= user_answer < len(q['options']): break else: print("Invalid input. Please enter a number between 1 and 4.") except ValueError: print("Invalid input. Please enter a number.") if user_answer == q['answer_index']: print("Correct!\n") score += 1 else: print(f"Incorrect. The correct answer was: {q['options'][q['answer_index']]}\n") print("\n--- Quiz Complete! ---") print(f"You answered {score} out of {total_questions} questions correctly.") grade = grading_scale.get(score, "F-") print(f"Your final grade is: {grade}") # Run the quiz run_quiz()
Updated files
v1
# Define the quiz questions and answers questions = [ { "question": "Who is the Admin of the WHITEPINK Instagram group chat?", "options": ["Siyeon", "Hana", "Tyejyoung", "Estella"], "answer_index": 1 }, { "question": "Which member is listed as 'DND' and 'Inactive' at the beginning of the chat?", "options": ["Hana", "Yumee", "Siyeon", "Kerijan"], "answer_index": 1 }, { "question": "What did Tyejyoung post that got 5.6 billion Likes?", "options": ["A picture of her cat", "A selfie with Yumee", "Her purple hair", "A video of her dancing"], "answer_index": 2 }, { "question": "Which two members decide to get matching pink hair?", "options": ["Siyeon and Hana", "Kerijan and Yumee", "Tyejyoung and Estella", "Siyeon and Estella"], "answer_index": 3 }, { "question": "Who did Winter mention was bored and had 'weird names'?", "options": ["Tyejyoung, Kerijan, and Yumee", "Hana, Siyeon, and Estella", "Kerijan and Yumee", "Tyejyoung and Hana"], "answer_index": 0 }, { "question": "How many pre-orders did the new album get, according to Hana?", "options": ["7 million", "700 million", "7 billion", "1 billion"], "answer_index": 2 }, { "question": "Which member was put on 'time out' by Hana for 1 minute?", "options": ["Estella", "Kerijan", "Tyejyoung", "Siyeon"], "answer_index": 2 }, { "question": "Who did Hana want to do a collab with that the Co-CEO 'don't fuck with'?", "options": ["Giselle and Winter", "Asa and Ruka", "Soyeon and Miyeon", "Nunu and Jiwoo"], "answer_index": 1 }, { "question": "What is the Japanese phrase Yumee says before she goes offline?", "options": ["こんにちは (Hello/Hi)", "さよなら (Goodbye)", "じゃあね、寝たいから。(See yall later I wanna sleep)", "バイ (Bye)"], "answer_index": 3 }, { "question": "Who hacked the group chat?", "options": ["Ghetto npc", "A fan", "Winter", "Karina"], "answer_index": 2 }, { "question": "How did Kerijan respond to being called 'fat' by Estella?", "options": ["'I'm not fat hoe i just have an appetite'", "''", "'You're just jealous'", "'At least I'm not a toothpick'"], "answer_index": 0 }, { "question": "What did Kerijan say she was eating when Hana told her to 'stop eating'?", "options": ["A burger", "A burrito", "Mac and cheese", "She didn't specify"], "answer_index": 3 }, { "question": "What food did Kerijan want from Estella?", "options": ["Mac and cheese", "A burger", "A sandwich", "Pizza"], "answer_index": 0 }, { "question": "What is Siyeon's emoji for a cat?", "options": ["🐈", "😻", "😽", "🐱"], "answer_index": 3 }, { "question": "Who did Siyeon want to do a live stage collab with?", "options": ["Soyeon from G-IDLE", "Karina from Aespa", "Nunu from ITZME", "Jiwoo from NMIXX"], "answer_index": 0 }, { "question": "What does Kerijan say when Hana tells her to stop eating?", "options": ["'I get skinny too fast so no'", "'I'm not hungry'", "'I have to eat to perform'", "'Okay fine'"], "answer_index": 0 }, { "question": "Who says 'periodt' in the chat?", "options": ["Hana and Estella", "Siyeon and Kerijan", "Estella and Tyejyoung", "Tyejyoung and Yumee"], "answer_index": 2 }, { "question": "What is the Korean phrase that Kerijan uses?", "options": ["안녕 (Hello)", "배고파요 (i'm hungry)", "사랑해 (I love you)", "고마워 (Thank you)"], "answer_index": 1 }, { "question": "What does Kerijan say she will dye her hair to represent?", "options": ["Burger buns", "A hot dog", "Fries", "A slice of pizza"], "answer_index": 0 }, { "question": "Who is the first person to leave the chat on 1/7/2025?", "options": ["Winter", "Yumee", "Kerijan", "Tyejyoung"], "answer_index": 0 }, { "question": "What did Estella say about her sleep?", "options": ["'I love my sleep yall'", "'I'm a heavy sleeper'", "'I've been sleeping all day'", "'Sleep is for the weak'"], "answer_index": 0 }, { "question": "How many times did Tyejyoung tag Estella in the 1/9/2025 chat?", "options": ["6", "5", "7", "8"], "answer_index": 2 }, { "question": "What does Hana's 'ghetto npc' do?", "options": ["She's a rapper", "She's trying to contact Co-CEO", "She's a fan of the group", "She's a hacker"], "answer_index": 1 }, { "question": "What does Kerijan say is the reason she needs some 'ass to twerk'?", "options": ["For fun", "For performances", "She doesn't say", "To represent the burger buns she wants"], "answer_index": 1 }, { "question": "What phrase did Estella say that made Kerijan call her 'corny'?", "options": ["'I like my sleep yall'", "'You gave♥️'", "'Very funny Tyejyoung I’ll give you that 😂'", "'Nah I don’t think you need it Kerijan'"], "answer_index": 2 }, { "question": "What is the first song on the new album that Kerijan thinks of?", "options": ["Biggie", "Food", "Graceful", "Wigs"], "answer_index": 1 }, { "question": "What did Tyejyoung tell Kerijan after Kerijan called Estella 'bitch'?", "options": ["'ur always late'", "'girl…'", "'stop eating'", "'shut yo mouth from eating hoe'"], "answer_index": 3 }, { "question": "What did Siyeon say she liked about Tyejyoung's purple hair?", "options": ["It was graceful", "It was light purple", "It gave a 'toothpick' vibe", "It was her favorite color"], "answer_index": 0 }, { "question": "What did Estella tell Kerijan to do after she called the members 'toothpicks'?", "options": ["'You need to go to a gym'", "'Stop eating'", "'Don't talk to Siyeon like that'", "'Go back to your food'"], "answer_index": 0 }, { "question": "What did Hana say about Winter's rap name 'Giselle'?", "options": ["'dat shi waz azz ngl'", "'i love her'", "'she wanna be a part of gen z so bad'", "'she is so funny'"], "answer_index": 2 }, { "question": "What did Kerijan say she did during training for half of it?", "options": ["Slept", "Ate", "Danced", "Sang"], "answer_index": 1 }, { "question": "Why did Winter say she hacked into the chat?", "options": ["To get money", "To sell her wigs", "To talk to Yumee", "She didn't give a reason"], "answer_index": 1 }, { "question": "Who does Siyeon blame for Winter's restraining order?", "options": ["Her", "Karina", "The Co-CEO", "The main GC"], "answer_index": 2 }, { "question": "Which member is NOT a co-admin or admin?", "options": ["Siyeon", "Hana", "Tyejyoung", "Estella"], "answer_index": 2 }, { "question": "What did Estella say her Mac and cheese was?", "options": ["For Kerijan", "Delicious", "A gift", "Cooking"], "answer_index": 3 }, ] # Define the grading scale grading_scale = { 35: "S+", 34: "S", 33: "S-", 32: "A+", 31: "A", 30: "A-", 29: "B+", 28: "B", 27: "B-", 26: "C+", 25: "C", 24: "C-", 23: "F+", 22: "F", 21: "F-", 20: "F-", 19: "F-", 18: "F-", 17: "F-", 16: "F-", 15: "F-", 14: "F-", 13: "F-", 12: "F-", 11: "F-", 10: "F-", 9: "F-", 8: "F-", 7: "F-", 6: "F-", 5: "F-", 4: "F-", 3: "F-", 2: "F-", 1: "F-", 0: "F-" } # Function to run the quiz def run_quiz(): score = 0 total_questions = len(questions) print("--- Welcome to the WHITEPINK Group Chat Quiz! ---") print(f"There are {total_questions} questions. Good luck!\n") for i, q in enumerate(questions): print(f"Question {i + 1}: {q['question']}") for j, option in enumerate(q['options']): print(f" {j + 1}. {option}") while True: try: user_answer = int(input("Enter your answer (1, 2, 3, or 4): ")) - 1 if 0 <= user_answer < len(q['options']): break else: print("Invalid input. Please enter a number between 1 and 4.") except ValueError: print("Invalid input. Please enter a number.") if user_answer == q['answer_index']: print("Correct!\n") score += 1 else: print(f"Incorrect. The correct answer was: {q['options'][q['answer_index']]}\n") print("\n--- Quiz Complete! ---") print(f"You answered {score} out of {total_questions} questions correctly.") grade = grading_scale.get(score, "F-") print(f"Your final grade is: {grade}") # Run the quiz run_quiz()
Updated files
v2
# Define the quiz questions and answers questions = [ { "question": "What is the debut date for FUTURUM?", "options": ["February 10th, 2025", "February 9th, 2025", "May 27th, 2005", "March 3rd, 2002"], "answer_index": 1 }, { "question": "What is the title of FUTURUM's debut mini album?", "options": ["SWEET DREAMS~", "FUTURE ON", "ANNYEONGHASEO", "BABY STARS"], "answer_index": 0 }, { "question": "How many members are in FUTURUM?", "options": ["6", "7", "5", "8"], "answer_index": 1 }, { "question": "What is FUTURUM's greeting?", "options": ["Annyeonghaseo, We are the future! Futurum.", "Hello, We are the future!", "Annyeonghaseo, We are Futurum!", "We are Futurum, we are the future!"], "answer_index": 0 }, { "question": "Who does Chalita share a dorm with?", "options": ["Eunji", "Kiyoung", "Okano", "HyeRim"], "answer_index": 1 }, { "question": "Which member has their own dorm room?", "options": ["Kiyoung", "Chuan", "Okano", "Duckkyeong"], "answer_index": 2 }, { "question": "What is Kiyoung's representative animal?", "options": ["🦄", "🐱", "🦄", "🐭"], "answer_index": 0 }, { "question": "How long did Kiyoung train for?", "options": ["1 year, 5 months", "1 year", "1 year, 2 months", "9 months"], "answer_index": 0 }, { "question": "Which member is known to have high blood pressure?", "options": ["HyeRim", "Eunji", "Kiyoung", "Chalita"], "answer_index": 2 }, { "question": "Who is the quietest member of the group?", "options": ["Eunji", "Okano", "Duckkyeong", "HyeRim"], "answer_index": 0 }, { "question": "What is Eunji's favorite group that is NOT White Entertainment affiliated?", "options": ["TWICE", "aespa", "ITZY", "BABYMONSTER"], "answer_index": 1 }, { "question": "Who are Eunji's favorite rappers?", "options": ["Hana, Ruka, Giselle, Karina", "Chuan, Chalita, Duckkyeong, Ruka", "Karina, Asa, Winter, Soyeon", "Hana, Siyeon, Tyejyoung, Kerijan"], "answer_index": 0 }, { "question": "What is Okano's position in the group?", "options": ["Lead Vocalist", "Main Vocalist", "Main Rapper", "Sub-Vocalist"], "answer_index": 1 }, { "question": "Which group does Okano NOT list as a favorite?", "options": ["ITZY", "aespa", "Whitepink", "Idollz"], "answer_index": 1 }, { "question": "What is HyeRim's main skill outside of singing/rapping?", "options": ["Drawing", "Dancing", "Professional cooking", "Playing an instrument"], "answer_index": 2 }, { "question": "What languages is HyeRim fluent in?", "options": ["English, Korean, Thai", "Korean, Japanese, English", "English, Korean, German", "Korean, German, French"], "answer_index": 2 }, { "question": "What is Chuan's representative animal?", "options": ["🦄", "🐍", "🐭", "🐯"], "answer_index": 1 }, { "question": "Where was Chuan born?", "options": ["Incheon, South Korea", "Tokyo, Japan", "Hat Yai, Thailand", "Seoul, South Korea"], "answer_index": 2 }, { "question": "How long did Chuan train for?", "options": ["1 year", "9 months", "11 months", "7 months"], "answer_index": 1 }, { "question": "At what age did Chalita take shooting lessons?", "options": ["10", "15", "12", "18"], "answer_index": 0 }, { "question": "What is Chalita's representative animal?", "options": ["🐯", "🦄", "🐍", "🦆"], "answer_index": 0 }, { "question": "What is Chalita's position in the group?", "options": ["Lead Vocalist, Main Dancer", "Main Visual, Main Rapper", "FOTG, Leader, Main Visual, Lead Dancer, Main Rapper", "Main Rapper, Main Dancer"], "answer_index": 2 }, { "question": "Who is the maknae of the group?", "options": ["Chuan", "Duckkyeong", "Eunji", "Chalita"], "answer_index": 1 }, { "question": "What is the name of Duckkyeong's pet duck?", "options": ["Duckke", "Ducky", "Duckkyeong Jr.", "Donald"], "answer_index": 0 }, { "question": "Who are Chalita's favorite idols from the group aespa?", "options": ["Winter and Ningning", "Karina and Winter", "Giselle and Karina", "Winter and Giselle"], "answer_index": 1 }, { "question": "According to the popularity ranking, who has the most votes?", "options": ["Kiyoung", "Chuan", "Chalita", "Eunji"], "answer_index": 2 }, { "question": "Who is the 'nicest person in the group' along with Kiyoung?", "options": ["Eunji", "Okano", "HyeRim", "Chalita"], "answer_index": 2 }, { "question": "What is HyeRim's zodiac sign?", "options": ["Gemini", "Cancer", "Virgo", "Libra"], "answer_index": 3 }, { "question": "Who trained for the shortest amount of time?", "options": ["Kiyoung", "Chuan", "Duckkyeong", "Okano"], "answer_index": 2 }, { "question": "Who is the oldest member?", "options": ["Okano", "HyeRim", "Chuan", "Eunji"], "answer_index": 0 }, { "question": "Where was Kiyoung born?", "options": ["Daegu, South Korea", "Incheon, South Korea", "Seoul, South Korea", "Gyeongju, South Korea"], "answer
Updated files
v3