05 Jan, 2018
1 commit
03 Jan, 2018
1 commit
-
- changed looks in some initial logs. - minor modification in learnapp database code to submit a new studenttopic. - updated demo questions. - updated BUGS.md.
13 Dec, 2017
1 commit
11 Dec, 2017
1 commit
09 Dec, 2017
1 commit
06 Dec, 2017
1 commit
05 Dec, 2017
1 commit
-
- fixed progressbar (was invisible) - improved bottom margin
04 Dec, 2017
1 commit
-
- some code refactoring and cleanup in learnapp.
02 Dec, 2017
1 commit
01 Dec, 2017
3 commits
-
This avoids losing state when student closes the browser. Exit menu option no longer saves in the database.
29 Nov, 2017
1 commit
-
- mistune for markdown rendering. - change password is working. - other fixes.
23 Nov, 2017
1 commit
-
- maintopics in root page is ok. - doing a topic is not working.
24 Sep, 2017
1 commit
19 Jun, 2017
1 commit
06 Jun, 2017
2 commits
02 Jun, 2017
2 commits
-
- fixed enter-submit issue
01 Jun, 2017
2 commits
31 May, 2017
1 commit
-
- allow multiple instances of same question - wrong answer => new instance of question added at the end of topic - show current topic on sidebar - fixed reload crash - fixed text show previous answer if incorrect not yet working.
06 May, 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
1 commit
11 Mar, 2017
1 commit
-
- name (user friendly name for the web) - deps (list of dependencies)
10 Mar, 2017
2 commits
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
28 Feb, 2017
1 commit
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