fysikteknologsektionen / chalmers-course-stats

Course results and exam statistics at Chalmers University of Technology
https://ftek.se/stats/
MIT License
14 stars 3 forks source link

Missing "U" (fail) stats in "raw csv" #53

Open patrikja opened 12 months ago

patrikja commented 12 months ago

https://github.com/fysikteknologsektionen/chalmers-course-stats/blob/eedbc0013e270b62d77fddc3c4185fed32abf5fb/src/Statistics.js#L62C1-L62C1

The csv export header claims to include the "U" stats, but the data does not include it. The line linked above seems to list just grades 3, 4, 5, G, VG, TG, but in the API call https://stats.ftek.se/results/DAT326 (for example) the U (fail) statistics is also available.

Kind regards, Patrik

PS. Thanks for a nice web service!

patrikja commented 12 months ago

This is almost the same issue as #52 but I would claim the header is correct, but the data wrong.