VerticalChoiceBoxConfig

VerticalChoiceBoxConfig class

The VerticalChoiceBox consists of a AnswerConfig element that contains a short response and ContentConfig elements that describe the response option in detail. It can also contain a WriteInConfig element in which the user can enter his own answer.

public class VerticalChoiceBoxConfig : ParentConfig

Constructors

NameDescription
VerticalChoiceBoxConfig()The default constructor.

Properties

NameDescription
override Children { get; set; }Child omr elements. In most cases positioned inside of parent or below.
override Name { get; set; }Value of Question
Threshold { get; set; }Percent of pixels after which bubbles considered marked
TopPadding { get; set; }Amount of pixels. Can be used to add extra space above element. Or remove existing space by setting a negative value(e.g. -40)
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also