The VB.NET tools we have looked at so far are enough to write a new Music Trivia program that actually works! Don't feel too discouraged if you run into a blank wall part of the way through. Give it your best shot and you'll be in a better position to learn from the "official" solution when it's posted. Here are your specifications:
- Think of at least three music trivia questions you can use and then add the components and program logic to present them randomly to the user of the program.
- Display three possible answers for each question and use radio buttons to allow one of the answers to be selected.
- Write the program code for a button to determine if the correct answer is selected. Display the graphic of your choice (or a label) to indicate correct and incorrect answers.
- Display a "Play Again?" button and a "Quit" button after each round of question and answer and write the code to implement each choice.
My solution to the assignment will be in the next lesson to give you time to work on it before looking at how I wrote the program. There is no single "correct" answer. There are a lot of equally "right" ways this could be done.

