|
Saving Your Quiz
Once you have your finished quiz on screen there are several methods by which you can save it to your local machine
| ||
| Two Ways to Save Your Quizzes | Pros | Cons |
|
The Simplest Method Use File Save As from the Internet Explorer menu. Your file will be saved as an html file with graphics and javascript files being saved in a subdirectory. |
This will work for all the quizzes except for Battlestar and Upgrade Your Wheels. (use the DIY method described below or try FireFox) |
IE rewrites the original html code (very poorly). It fails to understand about background images in style sheets or about images called by javascript. (Hmmmm !) FireFox seems to do it properly. |
|
The DIY Save Method View and Save the source code as a new .html file. Any graphics, external javascript and css files should be saved in the same directory. |
This method will give you the cleanest bug-free code. |
Finding all the graphics, javascript files etc is a hassle if you are not into html. |