Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ASP.NET Answer checker Start a new ASP.NET Web Site project and create a three question multiple choice quiz (you make up the questions); add the
ASP.NET Answer checker
Start a new ASP.NET Web Site project and create a three question multiple choice quiz (you make up the questions); add the following elements to the Web page:
- To start the page find (on the Internet or some other location) or create a "banner style" image appropriate to the application and place it centered at the top of the page (use an embedded style sheet in the section to center it); the image file should be placed in a folder named "images" within your Web Site project folder
- An appropriate title using a centered heading line (e.g.
,
, etc.) should follow (also using the embedded style sheet)
- Place a formatted horizontal rule (you may choose what type of formatting but also place it in the embedded style sheet) following the heading
- Create a table into which all the quiz elements should be placed; center the table within the Web page (also using the embedded style sheet)
- The choices for answer to the first question should be placed in a DropDownList server control
- The choices for answer to the second question should be placed in a series of RadioButton server controls
- The choices for answers to the third question should be placed in a series of CheckBox server controls; for this question there should be more than one correct answer and the user must "check" all of the answers for the question to be answered correctly
- The next item on the Web page should be an ImageButton server control (find the image file on the Internet or create one of your own and place it in the "images" folder within your Web Site); when the user clicks this button he/she will receive feedback on the results of the quiz including a count of the number of correct answers in the format:
You answered 2 questions correctly Question 1 is correct Question 2 is incorrect--the correct answer is ... Question 3 is correct
- The final item on the Web page will be a Label server control where the feedback to the user shown above will be displayed
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started