Beispiel #1
0
    void Start()
    {
        MS_Question2 q1 = new MS_Question2 {
            Question2Text = "Hvilken er blå?",
            Answers       = { "Blå", "Grønn", "Gul", "Rød", "Lilla" }
        };

        q1.RandomizeAnswerPositions();
        AddQuestion2(q1);
        LoadQuestion2(0);
    }