Tutorial for making multiple choice quiz game

I am very new to Unity and need to hit the ground running very quickly. Does anyone know of any good resources for learning to build multiple choice quiz game in unity (for mobile phones). I have already built similar one in flash and I am trying to learn unity. I can’t seem to figure out where to start for this type of game. Any help would be greatly appreciated.
Thanks.

I want to bump this question up and add a twist to it.

Is there a way to allow the player to “walk into” the correct answer and then have the player data output to a .csv file for further analysis? I would like to collect variables such as: how long the player played the game, how many right answers, how many wrong answers.

Use Unity Analytics for that. It is very easy to use. Unity analytics provide custom events support to keep record. The records are downloadable.