|  | Multiple Page Exams
|
Original Message | Multiple Page Exams Author Dave on 04-14-2003 at 16:46 (EST) | I see in the sample Geography demo that the exam is split up over multiple HTML pages. How do you do this? I have an exam that constists of 10 HTML pages, yet when I press the grade button, it only recognizes the 10 answers from the last page.
|
|
| Messages In This Discussion |
1. RE: Multiple Page Exams Author Bill Weiner on 04-15-2003 at 06:51 (EST) | | Actually, what it sounds like is happening, is that the question "numbers" of the last page are overwriting the questions of similar numbers on the previous pages. Take a look at the HTML of your applets and make sure the "number" parameter, such as:
< PARAM NAME="number" VALUE="1" >
Has a different value for each question/applet... "1", "2", "3".....etc. If any have the same value, the first value will be overwritten. So check that question "number"s on your last page are not overwriting the questions numbers used in the previous pages.
|
|
2. Multiple Page Exams Author Dave on 04-16-2003 at 12:20 (EST) | | Thanks, but I checked and all questions have unique values for the question number. When I page through the exam to the last page and click on the grade exam button, it only shows questions from the first page. Could it be the answer sheet template? How does uTest know that from page to page is still the same exam?
|
|
|
|