Hi All,
I have noticed that there is another thread about this matter, but could not quite get my head around it.
Basically I have to create an application which is a quiz. According to the users score it will then determine what level of skill they have.
I know i could do it really easily, by having a number of labels on the form which hold the questions. Then underneath have radiobuttons with possible answers. From this then use an IF statement to add a digit into an invisble label which can tally a score of correct answers. Assign each invisible label a variable which then can be summed in another label, from the score then use a SELECT CASE statement to let the user know what level they are at.
But I know that this would mean alot of code and objects on the form. I have read that it would be more efficent to use an XML or TXT document to populate a label and radio buttons, this way it would also be easier to change questions and randomise them.
The only problem is that i dont understand how to attach the XML or TXT file to the form so that it does the population of labels & radiobuttons.
Any help would be much appreciated!
rgds
Gary