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

dictionary added #184

Closed NIK-1999 closed 4 years ago

NIK-1999 commented 4 years ago

/Paper-to-PDF for paper

codecov[bot] commented 4 years ago

Codecov Report

Merging #184 into develop will increase coverage by 1.22%. The diff coverage is 20.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #184      +/-   ##
===========================================
+ Coverage    94.06%   95.29%   +1.22%     
===========================================
  Files           31       33       +2     
  Lines         1096     1170      +74     
===========================================
+ Hits          1031     1115      +84     
+ Misses          65       55      -10     
Flag Coverage Δ
#unittests 95.29% <20.00%> (+1.22%) :arrow_up:
Impacted Files Coverage Δ
flaskapp/blueprints/papers/routes.py 73.91% <20.00%> (-14.98%) :arrow_down:
flaskapp/blueprints/courses/forms.py 91.42% <0.00%> (-8.58%) :arrow_down:
flaskapp/blueprints/courses/routes.py 83.60% <0.00%> (-5.49%) :arrow_down:
flaskapp/blueprints/users/routes.py 90.42% <0.00%> (-1.80%) :arrow_down:
test/main/test_contact_us.py 100.00% <0.00%> (ø)
test/main/test_about_us.py 100.00% <0.00%> (ø)
flaskapp/models.py 95.83% <0.00%> (+0.04%) :arrow_up:
flaskapp/utils.py 100.00% <0.00%> (+4.00%) :arrow_up:
flaskapp/blueprints/main/routes.py 87.50% <0.00%> (+28.12%) :arrow_up:
flaskapp/blueprints/main/utils.py 100.00% <0.00%> (+70.83%) :arrow_up:
Niraj-Kamdar commented 4 years ago

Merged via PR #185