Single selection question
To determine this question type:
BQ.TypeName = “Type_Rating” and BQ. IsSingleRow = true
Question title | bq.Title |
---|---|
Primary option labels | ((BlueWS.TypeRatingMatrix)bq).Cols (last item in this array is corresponding to N/A Caption) |
Primary scores | ((BlueWS.TypeRatingMatrix)bq).Score_Scale1 (last item in this array is corresponding to N/A and is always empty) |
Secondary option Labels | ((BlueWS.TypeRatingMatrix)bq).SecondRating (the first one in array is corresponding to N/A caption) |
Secondary scores | ((BlueWS.TypeRatingMatrix)bq).Score_Scale2 (the first one is for N/A and is always empty) |
Include comments | ((BlueWS.TypeRatingMatrix)bq).CommentBoxExisted |
NOTE
The raw response is stored in integer, it maps to the index of selected options.
Back to top