Hi, I'm looking to create a quiz program that will need to import data files and create a quiz.
Its a simple project which will have users take a timed test of 20ish questions with 4 multi-choice answers.
I will need to report how well the user performs in the test and another report advising which questions are being answered statistically etc.
Should I use XML to store all the data locally as I want the program to be on an unconnected machine, and/or easily installed on a laptop etc
Its a simple project which will have users take a timed test of 20ish questions with 4 multi-choice answers.
I will need to report how well the user performs in the test and another report advising which questions are being answered statistically etc.
Should I use XML to store all the data locally as I want the program to be on an unconnected machine, and/or easily installed on a laptop etc