getnumanswersforquestion - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizUtility
eturns the number of answers for a question.
public static int GetNumAnswersForQuestion(ButtonQuizConfig config, ButtonQuizQuestion question)| Name | Description |
|---|---|
| ExPresSXR.Interaction.ButtonQuiz.ButtonQuizConfig config | Configuration of the Quiz. |
| ExPresSXR.Interaction.ButtonQuiz.ButtonQuizQuestion question | Question for which the number of answers should be determined. |
Number of answers for the question.