Class Answer
The submitted answer for a question.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class Answer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileUploadAnswers
Output only. The answers to a file upload question.
Declaration
[JsonProperty("fileUploadAnswers")]
public virtual FileUploadAnswers FileUploadAnswers { get; set; }
Property Value
Type | Description |
---|---|
FileUploadAnswers |
Grade
Output only. The grade for the answer if the form was a quiz.
Declaration
[JsonProperty("grade")]
public virtual Grade Grade { get; set; }
Property Value
Type | Description |
---|---|
Grade |
QuestionId
Output only. The question's ID. See also Question.question_id.
Declaration
[JsonProperty("questionId")]
public virtual string QuestionId { get; set; }
Property Value
Type | Description |
---|---|
string |
TextAnswers
Output only. The specific answers as text.
Declaration
[JsonProperty("textAnswers")]
public virtual TextAnswers TextAnswers { get; set; }
Property Value
Type | Description |
---|---|
TextAnswers |