14 Feb, 2017
3 commits
-
browser/OS combination). - always use shift+enter to submit radio, checkbox, text and textarea.
-
- improved documentation. - useful feedback when importing modules fails. - markdown helper md() moved to tools. - added empty certs folder (.gitignore)
10 Feb, 2017
1 commit
-
- all answers saved in the database - sqlalchemy no longer uses scoped_session. it could cause problems mixing threading and asyncronous calls.
08 Feb, 2017
2 commits
07 Feb, 2017
2 commits
-
- fixed models.py. There are two tables: students and answers. - fixed logout: Remove from online. - fixed get_current_user so that old cookies are invalidated.
06 Feb, 2017
1 commit
-
- fix name in the menu.
05 Feb, 2017
4 commits
-
- questions.correct() accepts answer to correct. - added models.py with sqlalchemy code.
-
- shift+enter submits textarea. - autofocus text and textarea boxes. - removed unused code in some places.