See: Description
| Class | Description |
|---|---|
| Block |
Blocks are the basic unit of state in the survey.
|
| BranchMap | |
| CheckboxQuestion |
Convenience class for representing check box questions.
|
| HTMLDatum |
SurveyDatum subtype representing arbitrary HTML.
|
| Question |
The class representing a Question object.
|
| RadioButtonQuestion |
Convenience class for representing radio button questions.
|
| StringDatum |
SurveyDatum subtype representing String data.
|
| Survey |
The class representing a Survey object.
|
| SurveyDatum |
The abstract base class for things that are laid out on a page.
|
| SurveyObj |
Abstract class defining the parts of a survey that are interchangable in terms of randomization.
|
| Enum | Description |
|---|---|
| Block.BranchParadigm |
"Branching" refers to atypical control flow in the survey.
|
| Exception | Description |
|---|---|
| Question.MalformedOptionException |
Thrown by the Parser.
|
| Question.OptionNotFoundException |
Thrown whenever the user or system attempts to find an option by text, input cell, etc.
|
Copyright © 2015. All rights reserved.