Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are to build a trivia game. The game should present each question - either in order or randomly - to the player, and display

You are to build a trivia game. The game should present each question - either in order or randomly - to the player, and display up to four possible answers. The player is to input what they believe to be the correct answer. The game will tell the player if they got it right or wrong and will display their score. If they got it right, their score will go up. If they got it wrong, their score will stay the same. After all the questions have been asked, the game will present the final score correct, the final score incorrect and allow the player to play again if they choose.

Your script MUST include the following at a minimum:

Main line logic

Error handling (Try/except/else/final)

Header

Comments

Global/local Variables (Users name, counters, etc.)

At least 1 custom function

Use of List/Tuple/Dictionary

Use of at least 1 looping function (while / for)

To get you started, here are five, four-answer multiple choice questions that you can use. The correct answers have been denoted with an asterisk. You may use your own questions if you like. When you "load" the questions into your program, you may re-write them however you need to.

How many computer-generated effects were used in the movie Lord of the Rings - Return of the King?

540

799

1205

*1488

In the movie "The Blues Brothers", what does Jake order at the diner?

A medium pizza with pineapple and ham

3 cheeseburgers with the works and a tall glass of milk

* 4 fried chickens and a Coke

A small Greek salad with extra feta, a steak (well done), 2 baked potatoes, and a coffee

In The Simpsons, what football team has Homer always wanted to own?

Washington Redskins

*Dallas Cowboys

Denver Broncos

Cleveland Browns

In the TV show Seinfeld, what did Elaine decide was 'her song'?

I am Woman

Desperado

Yesterday

* Witchy Woman

Babe Ruth debuted in professional baseball at the age of 19 years old with which team?

* Boston Red Sox

New York Yankees

St Louis Browns

Cincinnati Reds

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions