Class ShortAnswerSubmission
Student work for a short answer question.
Inheritance
System.Object
ShortAnswerSubmission
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 ShortAnswerSubmission : IDirectResponseSchema
Properties
Answer
Student response to a short-answer question.
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 |