技能 效率工具 自动创建课堂课程

自动创建课堂课程

v20260401
recipe-create-classroom-course
通过 gws 命令自动创建 Google Classroom 课程、邀请学生并查看学员列表,方便管理员或教师脚本化快速部署课堂。
获取技能
486 次下载
概览

Create a Google Classroom Course

PREREQUISITE: Load the following skills to execute this recipe: gws-classroom

Create a Google Classroom course and invite students.

Steps

  1. Create the course: gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'
  2. Invite a student: gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}'
  3. List enrolled students: gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table
信息
Category 效率工具
Name recipe-create-classroom-course
版本 v20260401
大小 881B
更新时间 2026-04-08
语言