Revision

Simple website which asks questions, and marks the answers.

Overview

There are three question types

  • Single choice
  • Multiple choice
  • Text (not marked)

Once you have completed the test, it will take you back through the questions showing the results. Pass mark is 70%. You can get further information on each answer by pressing the "Answers" button.

Implementation

Developed in C# and MVC. User choices are stored temporarily in Session on the server. There's no database or mobile device support, because it was just for personal use.

Questions and Answers were taken from the official Microsoft study books for each certification course. I was so worried about copyright infringement that I purchased two copies of each book; softback and electronic. When the site was first published, I redacted almost all the text.

Minimal interface with no bells and whistles. When studying, it's best to avoid distractions and concentrate on the task.

Revision site