Does anyone know the general strategy for creating a test generator
using Visual Basic. I can create a program to throw up random questions
and distractors from within the program, but I need for the user to be
able to add, delete, or edit questions and distractors. For this, I
suspose that I need to create a database and a way to call and check the
questions from the program. If you have done something like this please
share your strategy -- if not your program.