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

Fix bugs in generate papers #212

Closed Niraj-Kamdar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #212 into develop will decrease coverage by 0.04%. The diff coverage is 61.53%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #212      +/-   ##
===========================================
- Coverage    92.34%   92.29%   -0.05%     
===========================================
  Files           37       37              
  Lines         1371     1376       +5     
===========================================
+ Hits          1266     1270       +4     
- Misses         105      106       +1     
Flag Coverage Δ
#unittests 92.29% <61.53%> (-0.05%) :arrow_down:
Impacted Files Coverage Δ
flaskapp/blueprints/papers/utils.py 50.00% <0.00%> (ø)
flaskapp/blueprints/courses/forms.py 90.00% <80.00%> (-1.43%) :arrow_down:
flaskapp/blueprints/papers/routes.py 62.40% <100.00%> (ø)