answertype - eisclimber/ExPresS-XR GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️