16 Jul, 2019
5 commits
-
all tornado code moved to serve.py disallowed topic restart (avoid regenerating questions)
15 Jul, 2019
4 commits
-
- added some type annotations - fix recomment_topic_sequence argument not being used - fix load_yaml error line number info
14 Jul, 2019
7 commits
-
- code cleaning and bug fixing. - updates javascript libraries. - some refactoring.
-
changed filename knowledge.py to student.py
-
- main.py to setupt and start the application - serve.py to handle requests
13 Jul, 2019
1 commit
-
adds the --version option. shows instructions in the terminal for some failures in configuration. fix error with exception not detected when database not usable.
15 May, 2019
3 commits
08 May, 2019
9 commits
-
Asynchronous question generators. Asynchronous correction of textarea questions. Removes 'lines' option in textarea questions (unused in codemirror). The async implementations fixes errors with threading and sqlalchemy.
07 May, 2019
5 commits
-
fixes project url in setup.py
-
updates login page.
-
updates login page.
06 May, 2019
2 commits
24 Apr, 2019
1 commit
23 Apr, 2019
1 commit
-
- remove dead code in html templates
22 Apr, 2019
2 commits
-
- 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.