当教师在 Google 课堂 API 中对作业评分时,是否存在 API 事件?

Is there an API event for when a teacher grades an assignment in the Google Classroom API?

我正在处理一个 (Node) JavaScript 项目,并尝试创建一个应用程序来自动将成绩(由老师完成时)传输到 eSchoolPlus。为此,如果在 Google 教室中完成成绩,我需要 运行 使用 eSchoolPlus API 的操作。

答案:

很遗憾没有。

更多信息:

根据Google课堂documentation on push notifications

Types of feeds The Classroom API currently offers three types of feed:

  • Each domain has a roster changes for domain feed, which exposes notifications when students and teachers join and leave courses in that domain.
  • Each course has a roster changes for course feed, which exposes notifications when students and teachers join and leave courses in that course.
  • Each course has a course work changes for course feed, which exposes notifications when any course work or student submission objects are created or modified in that course.

所以目前,这是不可能的。

功能请求:

但是,您可以让 Google 知道这是一项对课堂 API 很重要的功能,并且您希望请求他们实现它。 Google 的 Issue Tracker 是开发人员报告问题和提出开发服务功能请求的地方。

提交 Google 课堂功能请求的页面是 here

参考文献: