I have a form that gives a test. The questions are taken from a free table and are used to fill in the form. I don't want to score the test and put the answers into the 'results' table until the student has completed the test.
I have created variable for each response to compare them to the correct answers when I get to the scoring step.
What is the best way to store the test data into the 'results' table. I will be storing the student.id, test.id, test.date, and the response to each question and whether or not it was correct, the final score and whether or not the test has been printed.
What is the right sequence of 'use results', 'append blank', scatter memvar, then the TABLEUPDATE at the end.
Thanks,
Fred
I have created variable for each response to compare them to the correct answers when I get to the scoring step.
What is the best way to store the test data into the 'results' table. I will be storing the student.id, test.id, test.date, and the response to each question and whether or not it was correct, the final score and whether or not the test has been printed.
What is the right sequence of 'use results', 'append blank', scatter memvar, then the TABLEUPDATE at the end.
Thanks,
Fred