Browse Source

refactoring - changed a question

main
fdlt3917 2 years ago
parent
commit
78f9fe695f
  1. 4
      src/main/quizproject.c

4
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?",

Loading…
Cancel
Save