04 Apr, 2017
1 commit
02 Apr, 2017
2 commits
-
- fixed enter in textarea, tabs still need fix
31 Mar, 2017
1 commit
29 Mar, 2017
1 commit
-
- changed some logger messages.
24 Mar, 2017
1 commit
18 Mar, 2017
1 commit
-
- fixed duplicate generation of questions. - fixed crash when all topics are solved.
12 Mar, 2017
2 commits
11 Mar, 2017
2 commits
-
- name (user friendly name for the web) - deps (list of dependencies)
10 Mar, 2017
2 commits
09 Mar, 2017
1 commit
06 Mar, 2017
1 commit
-
- replaced some initial critical exceptions by sys.exit(1)
05 Mar, 2017
1 commit
-
- mostra o estado dos tópicos numa coluna do lado esquerdo. - adicionado type: information, para perguntas que são apenas informativas.
04 Mar, 2017
1 commit
-
- fix direction of graph edges. - use config file given in a commandline option. - improved debug messages - removed panel from question html
03 Mar, 2017
1 commit
01 Mar, 2017
1 commit
28 Feb, 2017
2 commits
24 Feb, 2017
1 commit
23 Feb, 2017
1 commit
-
- Each question has it's own factory - Questions are added to a list in each node of the graph - Database has a topics table and N-M relationship to students
19 Feb, 2017
1 commit
18 Feb, 2017
1 commit
-
- The learn app deals with multiple users, login/logout and database.
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
4 commits
-
- added sounds: intro, correct and wrong
07 Feb, 2017
3 commits
-
- login error message on wrong user/password - general cleanup
-
- 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
3 commits
-
- questions.correct() accepts answer to correct. - added models.py with sqlalchemy code.