Tyra Posted August 12, 2009 Posted August 12, 2009 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
comment Posted August 12, 2009 Posted August 12, 2009 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.
Tyra Posted August 12, 2009 Author Posted August 12, 2009 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..
comment Posted August 12, 2009 Posted August 12, 2009 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?
Recommended Posts
This topic is 5641 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now