SPRatingUsageEntry.FeedbackAnswerNumericEquivalent Property

Gets or sets the numeric equivalent of each feedback answer. You can use this property to calculate average ratings. The scale is always 0 to 100.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property FeedbackAnswerNumericEquivalent As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Integer)

value = instance.FeedbackAnswerNumericEquivalent

instance.FeedbackAnswerNumericEquivalent = value
public Nullable<int> FeedbackAnswerNumericEquivalent { get; set; }

Property Value

Type: System.Nullable<Int32>
The numeric equivalent of each feedback answer.

Remarks

Because the rating scale is fixed between 0 and 100, the system uses numeric equivalents to determine the classifier values (Accept, Explore, or Reject) needed for the Relevance Classifier in AP Analytics to understand explicit feedback of user satisfaction. When IsUserSatisfactionAnswer is 1, the following logic is used to determine classifier values:

  • Accept, if the numeric equivalent is between 67 to 100 inclusively.

  • Explore, if the numeric equivalent is between 34 to 66 inclusively.

  • Reject, if the numeric equivalent is between 0 to 33 inclusively.

See Also

Reference

SPRatingUsageEntry Class

SPRatingUsageEntry Members

Microsoft.SharePoint.Administration Namespace