This program is an example solution for Exercise 2.5 - Quiz Show. When the green flag is clicked, the sprite will walk into the center and introduce the show. The sprite will ask the name of the contestant and then proceed to ask 3 questions, responding to each answer appropriately, and keeping track of the score through a variable. At the end the sprite will give the score and walk off the stage. Personalizations to this solution include using a "change costume" block to animate the sprite walking, asking for, and using the contestant's name. There is also a question with three potential right answers (using an "or" block), and the sprite chooses a phrase ("well done" or "better luck next time") based on the score at the end.