Are your users using Classroom with Google Meet? Check out the Apps Script quickstart covering how to check student attendance in Google Meet courses.

Form

Google Forms item.

JSON representation
{
  "formUrl": string,
  "responseUrl": string,
  "title": string,
  "thumbnailUrl": string
}
Fields
formUrl

string

URL of the form.

responseUrl

string

URL of the form responses document. Only set if responses have been recorded and only when the requesting user is an editor of the form.

Read-only.

title

string

Title of the Form.

Read-only.

thumbnailUrl

string

URL of a thumbnail image of the Form.

Read-only.