# GraffitiLikertQuestion
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Choice | choiceValue as Integer | String | Returns the caption of the specified choice. |
| Constructor | QuestionCaption as String <br> AnswerChoices() as String <br> DefaultValue as Integer = -1 | (None) | Creates a new instance of the class. |
| Count | (None) | Integer | Returns the number of choices available to the user. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mObserver | GraffitiUpdateInterface | |
| BackgroundStyle | WebUIControl.Indicators | Nil | Background color of the question's display area. |
| BorderStyle | WebUIControl.Indicators | Nil | Border color applied to the question's display area. |
| BorderType | GraffitiLikert.BorderTypes | Nil | Border applied to the question's display area. |
| Caption | String | Nil | Caption of the question. |
| CaptionAlignment | GraffitiLikert.Alignments | Nil | Alignment of the caption within the question's display area. |
| Description | String | Nil | Description of the question that is displayed below the Caption. |
| ID | String | Nil | |
| TextStyle | WebUIControl.Indicators | Nil | Color applied to the question's text sections. |
| Value | Integer | Nil | |