decoded-cipher / mgu-result-scraper

A project designed to automate the process of fetching result screenshots from the MGU result portal, sending them to students via email as secure PDFs, and generating consolidated marklists and result analysis for teachers.
5 stars 0 forks source link

Discrepancy on Subject-wise Grade Distribution Table #10

Closed decoded-cipher closed 6 months ago

decoded-cipher commented 9 months ago

The discrepancy on the "Overall Grade Distribution" table on the "Result Analysis Sheet" is due to the missing Grade cell on the result. But this also happens on the "Subject-wise Grade Distribution", which is of no clue at all...

image

decoded-cipher commented 8 months ago

UG results are immune to this issue as grade columns are all filled by default. The PG results are mostly inconsistent and are always troublesome. Add functions to calculate the Grades based on available data.

decoded-cipher commented 6 months ago

The issue has been fixed... If Grade is not available (And, Marks and Max is available), then we calculate Grades as per MGU Grade calculation guide.

image


image