Closed ivanhrabcak closed 2 years ago
If I understand correctly, how EduPage works, grades are differentiated by p_typ_udalosti
:
1
–> Normal grades (1 – 5)2
–> Points grades (in points, e.g. 0 – 20 points)3
–> Percentage grades (0 – 100 %)So, according to this knowledge, I implemented that in https://github.com/ivanhrabcak/edupage-api/commit/1acdf1b0659e6473ca1f02a53a286e3b892a9ccc. I hope, it will work now correctly...
Good job! Everything is working properly now. Thank you.
Describe the bug When I was writing the grades example, I found out
get_grades
is not working properly. For me, the max points are never inp_vaha_body
, they sometimes show up inp_vaha
.How to reproduce
Expected behavior Every grade (except grades with percentages) should have
max_points
, butmax_points
isNone
Version
The bug The code with the bug is here.
Could anyone else test this? Where are the max points for you? (Are they in
p_vaha
?)