| 1 |
This module allows you to define a new node type called a 'Jeopardy Game', |
This module allows you to define a new node type called a 'Jeopardy Game', |
| 2 |
which lets your authorized users create Jeopardy games for other users to play later. |
which lets your authorized users create Jeopardy games for other users to play later. |
| 3 |
|
|
| 4 |
|
You choose a number of categories and a number of questions per category on one screen, then |
| 5 |
|
you are redirected to a form to fill in the category names, and the question (along with an |
| 6 |
|
answer field) for each question. |
| 7 |
|
|
| 8 |
|
If you choose to update the number of categories and/or questions, you can potentially lose |
| 9 |
|
information stored in questions. You will also have to save the node with the new numbers, |
| 10 |
|
then re-edit the form, and additional category, question, and answer boxes may be available. |
| 11 |
|
|
| 12 |
|
When you view a Jeopardy game it requires JavaScript to function properly. One click on a cell |
| 13 |
|
in the table shows the question, another click on the word 'answer' shows the answer. |
| 14 |
|
|
| 15 |
|
The idea is that you can use a projector or some similar means to show the Jeopardy game to |
| 16 |
|
your class, then you will be in charge of when a question is displayed. If you let your students |
| 17 |
|
play the game independently, be forewarned that a simple 'view source' by your students will let |
| 18 |
|
them cheat. |
| 19 |
|
|
| 20 |
|
No more further development of this module is likely to happen (unless someone finds a huge bug). |