OK, Im very new to developing and wonder if an XML layout would be sufficent as the program needs to be completed quickly.

<Question ID>unique identifier
<Question type>
<answer1>answer...
<answer2>answer...
<answer3>answer...
<answer4>answer...
<correct answer location>1-4
<answered correctly tally>number of corrent answers as %

<user ID>
<user name>
<user work number>
<test date>
<test score>
where a report of all tests for the specific user can be obtained as well as the current score

There maybe room to expand to a database driven design later, but for now i just need to complete the design.

Any advice would be gratefully received

Andrew