Quiz Game, help

Hi, i’m trying to make a simple quiz game with corona, but i have some question.
Well i would like to create an external .txt with questions, right answers and wrong answers for example

question1
right answer1
wrong answer1.1
wrong answer1.2

question2
right answer2
wrong answer2.1
wrong answer2.2

and so…
In this way, i should have into line 1-6-11-16 etc all the questions, into line (question + 1) i have the right answer, and into the lines (question+2)(question+3) the wrong answers.
Is it possible to link the correct line to a newLabel in the main.lua file?
How can i do this? [import]uid: 30837 topic_id: 7085 reply_id: 307085[/import]

Hi there, i hope you guys can help me with my code.
Here is the link to download it
http://cl.ly/1f36451v0q230W2O3R2n
as you can see there a problem with scenes overlapping, how can i unload-delete-reload the scenes?
Hope you understand
Thanx [import]uid: 30837 topic_id: 7085 reply_id: 26459[/import]

nobody? [import]uid: 30837 topic_id: 7085 reply_id: 27041[/import]

would it not be easier to store the data in XML/json format and use the available parsers? [import]uid: 6645 topic_id: 7085 reply_id: 27381[/import]