Quiz Timer
##Commit Log
initial commit - created on 28-11-2015
##DEMO
See the demo here.
##Usage
<div id='quiz_timer' class="quiz_timer" width="300px" height="300px" >
</div>`
```
```
jQuery(document).ready(function() {
$('#quiz_timer').quiztimer();
});
```