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

logo and mcq added #205

Closed NIK-1999 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #205 into develop will increase coverage by 0.67%. The diff coverage is 94.80%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #205      +/-   ##
===========================================
+ Coverage    92.47%   93.14%   +0.67%     
===========================================
  Files           37       31       -6     
  Lines         1368     1109     -259     
===========================================
- Hits          1265     1033     -232     
+ Misses         103       76      -27     
Flag Coverage Δ
#unittests 93.14% <94.80%> (+0.67%) :arrow_up:
Impacted Files Coverage Δ
flaskapp/blueprints/questions/forms.py 100.00% <ø> (ø)
flaskapp/blueprints/users/forms.py 96.36% <ø> (ø)
flaskapp/checkers.py 92.30% <ø> (+3.41%) :arrow_up:
test/main/base_classes.py 100.00% <ø> (ø)
flaskapp/blueprints/papers/routes.py 69.38% <42.85%> (+6.98%) :arrow_up:
flaskapp/blueprints/courses/forms.py 100.00% <100.00%> (+8.57%) :arrow_up:
flaskapp/blueprints/courses/routes.py 89.09% <100.00%> (+5.48%) :arrow_up:
flaskapp/blueprints/main/routes.py 59.37% <100.00%> (-37.50%) :arrow_down:
flaskapp/blueprints/papers/forms.py 93.81% <100.00%> (-1.15%) :arrow_down:
flaskapp/blueprints/questions/routes.py 98.37% <100.00%> (+0.37%) :arrow_up:
... and 11 more
Niraj-Kamdar commented 4 years ago

Your branch wasn't up-to-date which created conflicts fix that

Niraj-Kamdar commented 4 years ago

Closing it since outdated