| Description | |||
| I've wrote KTest
using an engine similar to the one that i've used for my
previous KTrivial applet. Purpose of this applet is to provide a small and easy way to use system for creating tests. Often, reading some magazines (in particoular women's magazines) there are a lot of tests, that are used to better know himself or some aspects of the personality (and i have to say that normally are stupid...) For using this applet you need to create 2 different files for each test, both with the same name (but different extention). Multilanguage means that if you use another language defining an external language file. Click HERE to see the italian example.
|
| Parameters | |||
| SIZE OF THE APPLET Please provide the correct size to the applet: WIDTH=500 HEIGHT=375 Test (filename, default="tests.lst") This parameters contains the name of the file that lists all the tests that user can try. The tests must be inserted one per line, without extention. Click here to see an example. Language (filename, no default) If used this parameter must contains the name of a language file. Click here to see an example of a language file (italian). If not used default language (english) is used. |
| Download | |||
| KTest.zip |
| Example | |||
Here is the tag used for the example above: <APPLET CODE="KTest" WIDTH="500" HEIGHT="375"> <PARAM NAME="tests" VALUE="Demo.lst"> </APPLET> |
|||