05 May, 2020

1 commit


02 May, 2020

1 commit

  • - button to close the test after the grades.
    - replace (scale_points, scale_min, scale_max) by "scale: [0, 20]"
    - updates demo.yaml
    - correct-question.py changed to count the number of correct colors
    - catch exception during loading test configuration
    - fix exception handling of sqlalchemy
    - change default logging to include seconds
    - update BUGS.md
    Miguel Barão
     

30 Apr, 2020

3 commits


29 Apr, 2020

3 commits


28 Apr, 2020

5 commits


24 Mar, 2020

3 commits


10 Dec, 2019

2 commits


23 Nov, 2019

3 commits


12 Nov, 2019

2 commits


07 Nov, 2019

6 commits


16 Oct, 2019

2 commits


19 Sep, 2019

3 commits


26 Jun, 2019

1 commit


14 Jun, 2019

2 commits


21 May, 2019

1 commit


15 May, 2019

1 commit


14 May, 2019

1 commit

  • - shares same questions.py as aprendizations.
    - rewrite of TestFactory to use the same QFactory as aprendizations.
      removes factory.py.
    - fix async functions to always use the same thread (no executor),
      also fixes sqlalchemy threading errors.
    - fix textarea lines.
    - fix checkbox with shuffle set to false.
    - fix error in scale_points when total points is zero.
    Miguel Barão