Show / Hide Table of Contents

Class Grade

Grade information associated with a respondent's answer to a question.

Inheritance
object
Grade
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class Grade : IDirectResponseSchema

Properties

Correct

Output only. Whether the question was answered correctly or not. A zero-point score is not enough to infer incorrectness, since a correctly answered question could be worth zero points.

Declaration
[JsonProperty("correct")]
public virtual bool? Correct { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Feedback

Output only. Additional feedback given for an answer.

Declaration
[JsonProperty("feedback")]
public virtual Feedback Feedback { get; set; }
Property Value
Type Description
Feedback

Score

Output only. The numeric score awarded for the answer.

Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX