Class ScaleQuestion
A scale question. The user has a range of numeric values to choose from.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class ScaleQuestion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
High
Required. The highest possible value for the scale.
Declaration
[JsonProperty("high")]
public virtual int? High { get; set; }
Property Value
Type | Description |
---|---|
int? |
HighLabel
The label to display describing the highest point on the scale.
Declaration
[JsonProperty("highLabel")]
public virtual string HighLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
Low
Required. The lowest possible value for the scale.
Declaration
[JsonProperty("low")]
public virtual int? Low { get; set; }
Property Value
Type | Description |
---|---|
int? |
LowLabel
The label to display describing the lowest point on the scale.
Declaration
[JsonProperty("lowLabel")]
public virtual string LowLabel { get; set; }
Property Value
Type | Description |
---|---|
string |