workType property

String? workType
getter/setter pair

Type of this course work.

The type is set when the course work is created and cannot be changed. 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? workType;