Replies: 1 comment
-
I found the solution by myself : subjects = []
averages = []
class_averages = []
for moyenne in client.current_period.averages :
averages.append(moyenne.student)
subjects.append(moyenne.subject.name)
class_averages.append(moyenne.class_average) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
I would like to know how to get the different class averages of every subject to do a radial chart in my repository (https://github.com/TriGolf/Pronote-Graphique-Araignee)
I think we need to use the class Average but I do not know what to wear
Thank you in advance for your answer.
Beta Was this translation helpful? Give feedback.
All reactions