Class CorrectAnswers
The answer key for a question.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class CorrectAnswers : IDirectResponseSchema
Properties
Answers
A list of correct answers. A quiz response can be automatically graded based on these answers. For
single-valued questions, a response is marked correct if it matches any value in this list (in other words,
multiple correct answers are possible). For multiple-valued (CHECKBOX
) questions, a response is marked
correct if it contains exactly the values in this list.
Declaration
[JsonProperty("answers")]
public virtual IList<CorrectAnswer> Answers { get; set; }
Property Value
Type | Description |
---|---|
IList<CorrectAnswer> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |