* UI improvements * Using the more standard "auto_add_now" instead of datetime.now for tracking quiz submission time.
1.0.1
==================
* Added CSRF token to ajax requests that occur when sorting quizblocks
1.0.0
==================
* Django 1.7 conversion. Dual South/Django migrations enabled. This does mean that if you are still using South, you will now need to be on South 1.0.
0.9.4
================== Adding some rudimentary scoring into the Quiz / Question models * A Quiz score is 0 if incomplete, else is the score / question count * A Question is "correct" if complete and (not answerable or has no correct answers or the user has selected the correct answers)
0.9.3
================== fixing setup.py dependency reference to pagetree
0.9.2
==================
* updated single_choice_dropdown.html to properly select/disable in submit state * cleaning answer.label when rendering report metadata