Show / Hide Table of Contents

Class Grading

Grading for a single question

Inheritance
object
Grading
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 Grading : IDirectResponseSchema

Properties

CorrectAnswers

Required. The answer key for the question. Responses are automatically graded based on this field.

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

ETag

The ETag of the item.

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

GeneralFeedback

The feedback displayed for all answers. This is commonly used for short answer questions when a quiz owner wants to quickly give respondents some sense of whether they answered the question correctly before they've had a chance to officially grade the response. General feedback cannot be set for automatically graded multiple choice questions.

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

PointValue

Required. The maximum number of points a respondent can automatically get for a correct answer. This must not be negative.

Declaration
[JsonProperty("pointValue")]
public virtual int? PointValue { get; set; }
Property Value
Type Description
int?

WhenRight

The feedback displayed for correct responses. This feedback can only be set for multiple choice questions that have correct answers provided.

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

WhenWrong

The feedback displayed for incorrect responses. This feedback can only be set for multiple choice questions that have correct answers provided.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX