class MAGES::SceneGraph::QuestionActionAnswer

Overview

The type of answer for a question. More…

class QuestionActionAnswer
{
public:
    // properties

    bool Correct;
    string AnswerText;
    bool IsSelected;
    GameObject AnswerObject;
    int Index;
};

Detailed Documentation

The type of answer for a question.

Properties

bool Correct

Gets or sets a value indicating whether the answer is correct.

string AnswerText

Gets or sets the text of the answer.

bool IsSelected

Gets or sets a value indicating whether the answer is selected.

GameObject AnswerObject

Gets or sets the answer object.

int Index

Gets or sets the index of the answer.