SP.FieldRatingScaleQuestionAnswer object

Represents a specific sub question and answer within a rating scale field of a list item.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.FieldRatingScaleQuestionAnswer()

Members

The FieldRatingScaleQuestionAnswer object has the following members.

Constructor

The FieldRatingScaleQuestionAnswer object has the following constructor.

Constructor

Description

FieldRatingScaleQuestionAnswer

Initializes a new instance of the SP.FieldRatingScaleQuestionAnswer object.

Methods

The FieldRatingScaleQuestionAnswer object has the following methods.

Method

Description

initPropertiesFromJson

writeToXml

Properties

The FieldRatingScaleQuestionAnswer object has the following properties.

Property

Description

answer

Gets or sets value that specifies the answer for a sub question.

question

Gets or sets a value that specifies a sub question within a rating scale.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.