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
     

06 Nov, 2018

2 commits


14 Apr, 2018

1 commit


24 Oct, 2017

2 commits


23 Oct, 2017

1 commit


19 Oct, 2017

1 commit


18 Oct, 2017

2 commits


21 Jan, 2017

1 commit


20 Oct, 2016

1 commit


01 Jul, 2016

1 commit


30 Jun, 2016

1 commit


27 Jun, 2016

1 commit


15 Jun, 2016

1 commit


14 Jun, 2016

1 commit


07 Jun, 2016

1 commit


02 Jun, 2016

2 commits


31 May, 2016

1 commit

  • - the serve.py is now only the interface, everything goes through App class.
    - implemented an /admin page to authorize students and reset passwords. this is done with a webservice that responds to AJAX.
    
    test:
    - check if questions exist when building testfactory
    - final grade is rounded to 1 decimal place (0.0 - 20.0)
    questions:
    - added support for correction comments for textarea type questions.
    - scripts can return grade or a dictionary {grade: 10.0, comments:'hello'}
    serve:
    - implemented a werbservice for /admin
    - moved authentication requirements into the serve.py
    - tried to improve security (but webservices still missing)
    - templates are obtained only once
    regressions:
    - configuration is a completle mess
    Miguel Barão