I’ve been studying for some Microsoft certification exams lately. The exam I’m studying for right now is the Developing Microsoft Azure Solutions (70-532) exam and this exam doesn’t have any practice tests available from anyone. So I’ve decided to make my own practice test questions for it. However, I’ve been unable to find any nice, clean, simple test / quiz engines to be able to take the practice questions like a semi-real test. So I decided to build my own using HTML, JavaScript and CSS.

The resulting test / quiz engine is my new jsQuizEngine project. It’s a simple, clean quiz engine that’s easy to use. The file format for the quizzes is even in HTML, so it’s even easy to create new quizzes for.

Source Code: https://github.com/crpietschmann/jsquizengine

Also, here’s some screenshots of where it’s at so far. Keep in mind this project is really simple at this point, but it does work.