quiz game i need help?

hi i just make the scene of my game is just simple quiz game but i have a problem with the code, i dont know how to make that with a click i choose the right one or the incorrect, can anyone help me?

Probably not without more detail from you. How are you displaying the questions and responses? What do you want to happen when the right or wrong answer is clicked?

If it were me, I’d use a Canvas-based UI, with a Text for the prompt, and then a Button for each of the possible answers. Then you would hook up these buttons to whatever actions you want to happen, through their onClick events.

Then I’d make the whole thing data-driven, but that’s getting into some fairly deep stuff. Be sure you’ve spent a few weeks or a month going through some of the many excellent Unity tutorials, to get a good grasp of all the basics.