GraffitiLikertQuestion

View Categories

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

DefinitionDescription
Choice( choiceValue as Integer ) as StringReturns the caption of the specified choice.
Constructor( QuestionCaption as String, AnswerChoices() as String, DefaultValue as Integer = -1 )Creates a new instance of the class.
Count() as IntegerReturns the number of choices available to the user.

Properties #

NameTypeDefault ValueDescription
BackgroundStyleGraffitiWebLikert.BGStylesLightBackground color of the question’s display area.
BorderStyleWebUIControl.IndicatorsDefaultBorder color applied to the question’s display area.
BorderTypeGraffitiWebLikert.BorderTypesNoneBorder applied to the question’s display area.
CaptionString“”Caption of the question.
CaptionAlignmentGraffitiWebLikert.AlignmentsLeftAlignment of the caption within the question’s display area.
DescriptionString“”Description of the question that is displayed below the Caption.
TagVariantNilDeveloper storage
TextStyleWebUIControl.IndicatorsDefaultColor applied to the question’s text sections.
ValueIntegerValue of the currently selected response. -1 if there is no selection. 

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.