answersamount - eisclimber/ExPresS-XR GitHub Wiki
Enum in ExPresSXR.Interaction.ButtonQuiz
Inherits from System.Enum
The number of answers.
public enum AnswersAmount
{
One,
Two,
Three,
Four,
DifferingAmounts
}| Name | Description |
|---|---|
| DifferingAmounts | Answer amount is derived from config using the available answers. |
| Four | Four answers are available. |
| One | Only one answer is available. |
| Three | Three answers are available. |
| Two | Two answers are available. |