Enum MultipleChoiceLayout
Describes the layout of a multiple choice question.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum MultipleChoiceLayout : int
Fields
Name | Description |
---|---|
DropDownList | Displays the choices in a dropdown box. |
Horizontal | Displays the choices as a horizontal list. |
Likert | Displays the choices horizontall with a line connecting the choices. |
PushButtons | Displays the choices as toggle buttons. |
Vertical | Display the choices as a vertical list. |