From 78f9fe695fa1ade16958dea553e6f28045512811 Mon Sep 17 00:00:00 2001 From: fdlt3917 Date: Thu, 9 Feb 2023 09:32:23 +0000 Subject: [PATCH] refactoring - changed a question --- src/main/quizproject.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/quizproject.c b/src/main/quizproject.c index 1b97b62..19094c6 100644 --- a/src/main/quizproject.c +++ b/src/main/quizproject.c @@ -1237,12 +1237,12 @@ void play_milliongame() { int million_i = 0, million_k = 0;; char million_user_answers[NUM_ROUNDS]; - char million_std_answers[NUM_ROUNDS] = {'B', 'C', 'D', 'C', 'B', 'D', 'B', 'A', 'B', 'B', 'A', 'D', 'C', 'C', 'B'}; + char million_std_answers[NUM_ROUNDS] = {'A', 'C', 'D', 'C', 'B', 'D', 'B', 'A', 'B', 'B', 'A', 'D', 'C', 'C', 'B'}; int million_stay_in_game = 0, million_reward = 0, million_checkpoint = 0, million_count_replace = 0; int million_lifeline_hint = 1, million_lifeline_delete = 1, million_lifeline_friend = 1; char questions[NUM_ROUNDS][256] = { - "What is the capital of France?", + "What is the capital of Germany?", "Which Disney character famously leaves a glass slipper behind at a royal ball?", "What name is given to the revolving belt machinery in an airport that delivers checked luggage from the plane to baggage reclaim?", "Which of these brands was chiefly associated with the manufacture of household locks?",