Niraj-Kamdar / question-paper-generator

The Question Paper Generator has been made to allow professors to generate question papers with random but enough questions to cover most chapters of a subject with specified difficulty and cognitive level and mail paper directly to the examiner in PDF format.
https://setnow.herokuapp.com/
MIT License
14 stars 19 forks source link

Several bugs of paper generator fixed #217

Closed Niraj-Kamdar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #217 into develop will decrease coverage by 0.25%. The diff coverage is 23.52%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #217      +/-   ##
===========================================
- Coverage    92.22%   91.97%   -0.26%     
===========================================
  Files           37       37              
  Lines         1377     1383       +6     
===========================================
+ Hits          1270     1272       +2     
- Misses         107      111       +4     
Flag Coverage Δ
#unittests 91.97% <23.52%> (-0.26%) :arrow_down:
Impacted Files Coverage Δ
flaskapp/blueprints/papers/utils.py 41.93% <12.50%> (-8.07%) :arrow_down:
flaskapp/blueprints/papers/routes.py 63.15% <25.00%> (+1.21%) :arrow_up:
flaskapp/blueprints/courses/forms.py 90.00% <100.00%> (ø)