View Source GoogleApi.Classroom.V1.Model.StudentContext (google_api_classroom v0.21.2)
Role-specific context if the requesting user is a student.
Attributes
-
submissionId
(type:String.t
, default:nil
) - Requesting user's submission id to be used for grade passback and to identify the student when showing student work to the teacher. This is set exactly whensupportsStudentWork
istrue
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Classroom.V1.Model.StudentContext{ submissionId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.