Stay organized with collections
Save and categorize content based on your preferences.
This document lists the parameters for
various types of
Classroom activity events. You can retrieve these events by
calling UserUsageReport.get()
with parameters=classroom:PARAMETER.
Name
Type
Description
classroom_last_usage_date_usec
integer
None
num_courses_created
integer
The number of courses the user created on this report date.
num_posts_created
integer
The number of posts the user created on this report date.
role
string
The user's role, which can be either 'student' or 'teacher', depending on whether the user taught a course active in the last 30 days.
timestamp_last_interaction
integer
The timestamp of the last time the user took an action on Classroom.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[[["This document outlines the different parameters available for tracking Classroom activity events."],["You can access these events using the `UserUsageReport.get()` method with `parameters=classroom:PARAMETER`."],["Parameters include data like courses created, posts created, user role (student or teacher), and last interaction timestamp."]]],[]]