Several months ago I wrote a multiple choice exam application using the WebForms framework. The idea revolved around displaying questions and choices to the user and giving them the ability to select the correct answer. Although the idea was simple but the limited control over the HTML markup made it difficult to implement. In this article we are going to show how easy it is to implement the multiple choice exam application using ASP.NET MVC Framework.