Skip to content

Conversation

@sveco86
Copy link
Contributor

@sveco86 sveco86 commented Oct 21, 2025

Added 'more_details' field and "class average grade" to grade data structure and populated it from Edupage metadata.
requested in #91

Added 'more_details' field to grade data structure and populated it from Edupage metadata.
Added class_grade_avg attribute to EduGrade and updated its assignment in the grade processing logic.
@sveco86 sveco86 changed the title Add more_details field to grade data structure Add more_details field and class average grade to grade data structure Oct 21, 2025
except:
verbal = True

class_grade_avg = float(details.get("priemer"))
Copy link
Collaborator

@ivanhrabcak ivanhrabcak Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

details.get("priemer") can be None, which could cause a TypeError

Copy link
Collaborator

@ivanhrabcak ivanhrabcak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@ivanhrabcak ivanhrabcak merged commit ef4f30b into EdupageAPI:master Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants