Quiz 6 Section End Quiz

Why are we using a LevelManager?
It's the only way to change levels
To centralise level management
What keyword do we use to "import a namespace", that is to get hold of more methods such as the UI objects like Text? import
Import
Using
Does using random guesses result in more, less or the same number of guesses on average?
Less guesses
The same
More guesses
I have a public variable named myText: public Text myText; How would I set the text in a script?
MyText.text = "New text";
MyText.innerText = "New text";
MyText = "New text".ToString();
MyText = "New text";
How do you generate a random number between 1 and 5?
Random(1, 5)
Random.Range(min, max)
Random.Range(1, 6)
Range(1, 5)
{"name":"Quiz 6 Section End Quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Why are we using a LevelManager?, What keyword do we use to \"import a namespace\", that is to get hold of more methods such as the UI objects like Text? import, Does using random guesses result in more, less or the same number of guesses on average?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker