answertype - eisclimber/ExPresS-XR GitHub Wiki
Enum in ExPresSXR.Interaction.ButtonQuiz
Inherits from System.Enum
The type of answers (what can be selected).
public enum AnswerType
{
Object,
Text,
DifferingTypes
}| Name | Description |
|---|---|
| DifferingTypes | Any type of answers is allowed. |
| Object | Objects can be chosen as answers. |
| Text | Text can be chosen as answers. |