How-to run create a new Quiz
User can easily create own Quizes. Questions are stored in XML file which should conform DTD (quiz.dtd).
The Quiz DTD file (quiz.dtd) is included in zip archive.
The prolog of XML file should look like:
<!DOCTYPE quiz SYSTEM "quiz.dtd">
NOTE, you do not need to define full path to DTD inside XML. The DTD at runtime will be extracted from MagnetMocker's
JAR file.
The DTD is needed only while you write your own Quiz to make it valid and to avoid runtime exceptions.
|