Class MultipleChoiceSubmission
Student work for a multiple-choice question.
Inheritance
System.Object
MultipleChoiceSubmission
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class MultipleChoiceSubmission : IDirectResponseSchema
Properties
Answer
Student's select choice.
Declaration
[JsonProperty("answer")]
public virtual string Answer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |