This documentation is archived and is not being maintained.

SP.FieldRatingScaleQuestionAnswer object

SharePoint 2013

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

Last modified: March 09, 2015

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

var object = new SP.FieldRatingScaleQuestionAnswer()

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.

Show: