Class McqExample
Example script showing how to use the MCQ UI system
public class McqExample : MonoBehaviour
- Inheritance
-
McqExample
Methods
RestartQuiz()
public void RestartQuiz()
ShowNextQuestion()
Show the next question or finish the quiz
public void ShowNextQuestion()
SkipCurrentQuestion()
public void SkipCurrentQuestion()
StartQuiz()
Start the quiz with either ScriptableObject data or hardcoded examples
public void StartQuiz()