Class MultipleChoiceQuestion
Additional details for multiple-choice questions.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class MultipleChoiceQuestion : IDirectResponseSchema
Properties
Choices
Possible choices.
Declaration
[JsonProperty("choices")]
public virtual IList<string> Choices { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |