Lesson 8 Quiz App

Lesson 8 Quiz App
Objectives
– Create a quiz app
– Learn how to use options with Radio Button
– Analyze the user answer in C#

You will create a quiz app with at least 10 questions.

Radio Button
The tag used to select an answer is called
There are 2 important properties:
– Content: similar to Text, but only for
– GroupName: All the answers from 1 question belong to the same GroupName

Radio Button
Each answer needs a tag.
You can have as many answer as you need, with a minimum of 2.
You also need to give each answer a name with the property
Note: Set the first answer of each question as IsChecked=¡°True¡±

浙大学霸代写 加微信 cstutorcs
When you click on the