24 Mar, 2017
1 commit
11 Mar, 2017
1 commit
-
- name (user friendly name for the web) - deps (list of dependencies)
10 Mar, 2017
1 commit
28 Feb, 2017
2 commits
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
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.
05 Feb, 2017
1 commit
-
- questions.correct() accepts answer to correct. - added models.py with sqlalchemy code.