How to start a quiz game ( read the questions and the answers from an external file)

Hi. I want to make a quiz game .
I want the questions and the answers to be taken from an external file. The file would be like:
Line1: What’s the current year?
Line2: 2012
Line3: 2013
Line4: 2010
Line5 1999
Line6: What’s the color of an apple?
Line7:red
Line8:white
Line9:orange
Line10:green
In the line next to the question is the correct answer.
Something like this: http://i46.tinypic.com/10fsxao.png
But also, when I read them, I want to shuffle the answers.
I tried with XML but it isn’t what I want.
Some tips please? [import]uid: 178587 topic_id: 31699 reply_id: 331699[/import]