04 Jan, 2022

2 commits


10 Dec, 2020

1 commit


09 Dec, 2020

2 commits


25 Nov, 2020

1 commit


18 Nov, 2020

1 commit


17 Nov, 2020

1 commit


29 Oct, 2020

1 commit


10 May, 2020

1 commit


07 May, 2020

1 commit


06 May, 2020

1 commit


01 May, 2020

1 commit


30 Apr, 2020

1 commit


29 Apr, 2020

1 commit


28 Apr, 2020

4 commits


24 Mar, 2020

1 commit


07 Nov, 2019

1 commit

  • - fix and improve sanity checks
    - show discount points
    - add scale_min
    - add support for list of regular expressions in regex questions
    - improve documentation
    - improves exception handling in python
    - grades are no longer rounded in the database, but show rounded to 1
      decimal place in the browser.
    Miguel Barão
     

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