rssiweb / phoenix_backend

0 stars 1 forks source link

test not freezing students #37

Closed zkhan93 closed 6 years ago

zkhan93 commented 6 years ago

If you add a new student under a category, all the tests for that category start showing that student, marks can also be recorded for him, he also appears in the exam report.

fix: on UI fix the student filter logic so that he does not appear for that test, before recording marks it should check if the test was meant for this student. also, report generation logic should pick the students based in the tests now, since we have this information now(earlier we were not fixing the students who are eligible for this test so now we have to make changes here).

zkhan93 commented 6 years ago

fixed with 6a7a2c6890c0fcfe9fd23007d00d0f31683f28e0