07 Sep, 2022
1 commit
-
there is still more work to do...
01 Sep, 2021
1 commit
-
Use bootstrap instead of material themed version. Lot's of small changes and fixes.
19 Oct, 2019
1 commit
22 Apr, 2019
1 commit
-
- Sanity checks now support tests_right and tests_wrong in questions (unit testing for questions) - Application name is defined in __init__.py only, so that changing name becomes easier.
18 Mar, 2019
1 commit
-
- initdb.py sorts users by id - start_topic generates questions in threads - add sanity_check_questions as command line option `--check`
27 Feb, 2019
1 commit
18 Feb, 2019
1 commit
22 Oct, 2018
1 commit
-
- cosmetic changes, mostly.
04 Feb, 2018
1 commit
03 Feb, 2018
1 commit
02 Feb, 2018
2 commits
01 Feb, 2018
2 commits
04 Dec, 2017
1 commit
-
- some code refactoring and cleanup in learnapp.
29 May, 2017
1 commit
15 May, 2017
1 commit
24 Mar, 2017
1 commit
07 Feb, 2017
1 commit
-
- 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.