How can i make a simple quiz game in unity?

Hello everyone im just wondering how can i create a quiz game in unity? very simple as multiple choice questions with evaluation in the end.

Nobody will give you a complete answer to such an open ended question, but you might want to start by looking at this other question here:

Which has an excellent list of resources and will help you begin to know how to write many different games and apps.

Thanks
H

Easy! You have to use the “if, then” blocks… So if you used one “if, then” block to ask your questions, you could have different characters talk, and use another “if, then” block to choose what happens when you click on the right or wrong answers- the characters’ chat are the answers. That is, at least, the easiest way to do it in my opinion.