August 12, 200916 yr Trying to create a math test that displays the answer with 3 other similar answers. Example file works, but I am sure that there is a better way of doing it. Math.zip
August 12, 200916 yr I would have - at least - a table for questions and another table for suggested answers (with one answer marked as correct). If several people are taking the test (or the same person repeatedly), there should be also tables for Tests and Answers.
August 12, 200916 yr Author Thanks Comment, But this would only be use to print the test sheets out. They must take it on paper. Now I just need to figure out how to display a fraction equation the same way..
August 12, 200916 yr this would only be use to print the test sheets out. Actually, that doesn't matter. Any time you find yourself numbering your fields, e.g. Answer1, Answer2, ... it's time to think of a related table instead. Example: what will you do if they ask you to print several versions of the exam - each version listing the possible answers in different order?
Create an account or sign in to comment