TenantStatistics#
- class TenantStatistics[source]#
Various statistics that describe the tenant.
-
student_amounts:
Mapping
[str
,int
]# The amount of students. This will be a mapping from academic to the amount of students. The end year of the academic year is used, so the amount of students for 2020/2021 academic year can be found under the key 2021.
-
submission_amounts:
Mapping
[str
,int
]# The amount of submissions for the tenant. Same type of mapping as is used for student_amounts.
-
amount_submissions_last_week:
int
# The amount of submissions handed-in to courses of this tenant in the last week.
-
course_amounts:
TenantCourseStatistics
# Information about the amount of courses.
-
student_amounts: