Summary of My Project
Database to store names and attempts at completing different tests.
Person can attempt any test, several times.
Each time they take any test, needs to store: test name, date, and results.
There are 3 different tests. All tests are basic yes or no questions (so, "yes/no" or just checkboxes can be used) No multiple choice answers. Just yes or no.
My Tables
Table1...