courseWorkType property

String? courseWorkType
getter/setter pair

Type of course work this submission is for.

Read-only. Possible string values are:

  • "COURSE_WORK_TYPE_UNSPECIFIED" : No work type specified. This is never returned.
  • "ASSIGNMENT" : An assignment.
  • "SHORT_ANSWER_QUESTION" : A short answer question.
  • "MULTIPLE_CHOICE_QUESTION" : A multiple-choice question.

Implementation

core.String? courseWorkType;