Returns the scale label for the value of a survey variable.
The scale label corresponding to the value of a survey variable.
Whereas the GetResponse method will return the code of the user’s response, this method will return the label of that code as a string. In the case that the survey variable represents a question which does not have a scale, this method will return the string representation of the users response (e.g. if the users response was 6, this method will return the String “6”. If the user has not responded, this method will return an empty string, “”.
HookContext Class | DatStat.Collector Namespace