PerformanceApi class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
performanceOrgsCoursesGradingAverageRetrieve(String courseId, String org, {String? format, int? groupId})
→ Future<Average?>
-
Average grade value for platform, course, or user. Query Params course_id
-
performanceOrgsCoursesGradingAverageRetrieveWithHttpInfo(String courseId, String org, {String? format, int? groupId})
→ Future<Response>
-
Average grade value for platform, course, or user. Query Params course_id
-
performanceOrgsCoursesGradingAverageWithCutoffRetrieve(String courseId, String org, {String? format, int? groupId})
→ Future<AvgCourseGradeWithCutoff?>
-
Returns average course grade and grade cuttoff e.g
{ \"data\": { \"grade_cutoffs\": { \"A\": 90, \"B\": 80, \"C\": 70, }, \"average_grade\": 50.0, } } Kwargs course_id
-
performanceOrgsCoursesGradingAverageWithCutoffRetrieveWithHttpInfo(String courseId, String org, {String? format, int? groupId})
→ Future<Response>
-
Returns average course grade and grade cuttoff e.g
{ \"data\": { \"grade_cutoffs\": { \"A\": 90, \"B\": 80, \"C\": 70, }, \"average_grade\": 50.0, } } Kwargs course_id
-
performanceOrgsCoursesGradingDetailRetrieve(String courseId, String org, {String? format, int? groupId})
→ Future<CourseGradingDetail?>
-
Grading summary for the entire course overview in a tree-like format Kwargs course_id
-
performanceOrgsCoursesGradingDetailRetrieveWithHttpInfo(String courseId, String org, {String? format, int? groupId})
→ Future<Response>
-
Grading summary for the entire course overview in a tree-like format Kwargs course_id
-
performanceOrgsCoursesGradingPerLearnerRetrieve(String courseId, String org, {String? format, int? groupId})
→ Future<GradingPerUser?>
-
Grading information per enrolled user in a course Kwargs course_id
-
performanceOrgsCoursesGradingPerLearnerRetrieveWithHttpInfo(String courseId, String org, {String? format, int? groupId})
→ Future<Response>
-
Grading information per enrolled user in a course Kwargs course_id
-
performanceOrgsCoursesGradingSummaryRetrieve(String courseId, String org, {String? format, int? groupId})
→ Future<CourseGradeSummary?>
-
Returns average grades across various assignment types in a course Query Params course_id Returns: dict { "data":
{ \"assignment_type': <str>, \"weight\": <float>, \"average_weighted_grade\": <float>, \"average_section_grade\": <float> }, ... }
-
performanceOrgsCoursesGradingSummaryRetrieveWithHttpInfo(String courseId, String org, {String? format, int? groupId})
→ Future<Response>
-
Returns average grades across various assignment types in a course Query Params course_id Returns: dict { "data":
{ \"assignment_type': <str>, \"weight\": <float>, \"average_weighted_grade\": <float>, \"average_section_grade\": <float> }, ... }
-
performanceOrgsGradingAverageRetrieve(String org, {String? format, int? groupId})
→ Future<Average?>
-
Average grade value for platform, course, or user. Query Params course_id
-
performanceOrgsGradingAverageRetrieveWithHttpInfo(String org, {String? format, int? groupId})
→ Future<Response>
-
Average grade value for platform, course, or user. Query Params course_id
-
performanceOrgsGradingPerCourseRetrieve(String org, {String? format, int? groupId, int? length, int? page})
→ Future<PerformanceGradesPerCourse?>
-
Returns grade related performance data per course Returns: dict { "data":
{ \"course_id': <str>, \"name': <str>, \"num_enrollments\": <int>, \"num_passed\": <int>, \"avg_grade\": <int> }, ... }
-
performanceOrgsGradingPerCourseRetrieveWithHttpInfo(String org, {String? format, int? groupId, int? length, int? page})
→ Future<Response>
-
Returns grade related performance data per course Returns: dict { "data":
{ \"course_id': <str>, \"name': <str>, \"num_enrollments\": <int>, \"num_passed\": <int>, \"avg_grade\": <int> }, ... }
-
toString()
→ String
-
A string representation of this object.
inherited