[ask] creating trivia quiz with score

Hi

I just know corona for couple day, so yes iam perfectly noobs here :slight_smile: , just want to ask where should i start if i want to create trivia quiz with score, you know like, a multiple choice question and in the end show the result of score…

iam searching on youtube there is no tutorial about creating trivia quiz for corona, please can anyone give a guide here, i really love corona since first impression and really want to learn it :slight_smile:

thank you

I would start here:

http://www.coronalabs.com/resources/tutorials/getting-started-with-corona/

A trivia game will need to put text on the screen – display.newText()

I’m sure you will want to put images on there to with display.newImageRect()

You will need to learn about build.settings and config.lua for your screen size and dynamic images processing.

You will need to know how to use tables and iterate over them with loops.

All of that is available at the link above.  None of it will be “How do I build a Trivia Game”, because that’s what you provide.  Corona SDK provides you the tools to do the things you want to do.

thx rob Iam reading that page right now, :slight_smile:

This is the link I used for learning tables in Lua. Its really well done and has tons of examples. http://www.coronalabs.com/blog/2011/06/21/understanding-lua-tables-in-corona-sdk/

@appdojoStudios yap I just finish reading that page, bit understand since some of lua language bit simillar with php, only still cant figure out how to mix all to be a game lol #learning…learning…and…learning !!

I would start here:

http://www.coronalabs.com/resources/tutorials/getting-started-with-corona/

A trivia game will need to put text on the screen – display.newText()

I’m sure you will want to put images on there to with display.newImageRect()

You will need to learn about build.settings and config.lua for your screen size and dynamic images processing.

You will need to know how to use tables and iterate over them with loops.

All of that is available at the link above.  None of it will be “How do I build a Trivia Game”, because that’s what you provide.  Corona SDK provides you the tools to do the things you want to do.

thx rob Iam reading that page right now, :slight_smile:

This is the link I used for learning tables in Lua. Its really well done and has tons of examples. http://www.coronalabs.com/blog/2011/06/21/understanding-lua-tables-in-corona-sdk/

@appdojoStudios yap I just finish reading that page, bit understand since some of lua language bit simillar with php, only still cant figure out how to mix all to be a game lol #learning…learning…and…learning !!