Changing the Quiz

Window Position


[Home][Index][Previous][Next]
You can specify the position of the quiz window with the following parameters in the applet tag:

<param name="UL_X" value="new x coordinate">
<param name="UL_Y" value="new y coordinate">

where the upper-left corner of the quiz window will have coordinates (new x coordinate, new y coordinate). in pixels. The default position is(100, 100). Keep in mind that the upper-left corner of the screen has coordinates (0, 0), and the lower right corner has coordinates (x maximum, y maximum).

Once the quiz window is displayed, the student has the option of moving it about on the screen.


Example:

The following parameters would set the opening position of the quiz window to (200, 300):

<param name="UL_X" value="200">
<param name="UL_Y" value="300">


IMPORTANT!

It is your responsibility to be sure that the quiz window displays properly at the position and size you select.


[Home][Index][Previous][Next]
copyright © 1998 by Jerry L. Stanbrough - all rights reserved.
last update July 28, 1998 by JL Stanbrough (jstanbro@venus.net)