Skip to content

answertype

eisclimber edited this page Apr 4, 2026 · 1 revision

AnswerType

Enum in ExPresSXR.Interaction.ButtonQuiz

Inherits from System.Enum

Summary

The type of answers (what can be selected).

public enum AnswerType
{
    Object,
    Text,
    DifferingTypes
}

Members

Name Description
DifferingTypes Any type of answers is allowed.
Object Objects can be chosen as answers.
Text Text can be chosen as answers.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally