通过 Google 课堂 API 检索学生的当前年级
Retrieve current grade level of a student via Google Classroom API
有没有一种方法可以通过 Google 教室 API 检索学生的当前年级水平? (例如学生在 5 年级)
不可能。如果你会检查Classroom API REST Resources。
courses.students.get method will return an instance of Student 其中包含以下字段:
其中,UserProfile对象仅包含以下信息:id
、name
、emailAddress
、photoUrl
、permissions
和verifiedTeacher
有没有一种方法可以通过 Google 教室 API 检索学生的当前年级水平? (例如学生在 5 年级)
不可能。如果你会检查Classroom API REST Resources。 courses.students.get method will return an instance of Student 其中包含以下字段:
其中,UserProfile对象仅包含以下信息:id
、name
、emailAddress
、photoUrl
、permissions
和verifiedTeacher