Quiz Game Master - EnhancementsBelow are detailed some enhancements available in Quiz Game Master. Quiz Game Master games are built using open technologies such as html, css and javascript. Note: You should be at least comfortable with a plain text editor and html tags to use these features. Some Quiz Master Games allow you to use
1. Adding Html Tags and Graphics to QuestionsMany html tags can be added to questions and answers. For example the chemical formula for water could be displayed correctly by typing H<sub>2</sub>O. Which would then appear as H2O in the game. In the same way Images can be added using html tags. To add an image of a rose to a question or distractor use the following code in the QGM. Where rose.gif is the name of image file you want to use. The games that currently support graphics are Bankrupt, Memory 1, Memory2, QuizBoard, Match the Terms and Dragon's lair. Take care with the size of the graphics, if they are too large they may adversely affect the layout of the game. Graphics should ideally be small, in gif or png format with their background colour set to transparent. In addition when you distribute your game you must include the graphic files with your game. Tamara Eyster's Quiz on Set Notation 2. Larger Question Banks for several GamesQuiz Master Games and their Question file name.
Several games automatically support large question banks. One implication of this is that when the same game is replayed different questions may be asked. When a larger question bank is used the required number of questions for the game are drawn at random from the bank. You cannot build banks of this size using the QGM interface. You can add extra questions by using a plain text editor on the question file for each game. Alternately if you have the expertise you might write a short program or script to add your questions. Note 1: The extra questions must follow the same format as the other questions in that file. Note 2: You will no longer be able to use the Load Text option in the QGM for this quiz once you do this. 3. Using 4 or 5 DistractorsA number of Quiz Game Master games can handle questions with either 4 or 5 distractors. Use a plain text editor to add the additional distractors 4. Re-using Question banksSeveral Quiz Game Master games share the same format for their questions. Again see the table in the section "2. Larger Question Banks for several Games" for details. Here are the steps
As I mentioned these are experimental features so results are not guaranteed. |