|
Add-a-Quiz
|
With just one insert command you may convert a page into a quiz.
|
When used this function will:
- Convert the present page into a quiz.
- Add necessary tags into present page.
- Add link to quiz into present page.
- Add /quiz/source directory if necessary.
- Add authentification protection for /quiz/source.
- Add /quiz/source/quizname.html
- #insertquiz:quizname#
- quizname is the name you choose to call the quiz by. It should be standard alphanumeric and hopefully description of the quiz.
- Edit /quiz/source/quizname.html
- This file contains the questions and answers to your newly created quiz. Edit the file to your heart's content. It will be the driving file for the actual quiz.
- Start from right place
- Keep in mind that the page in which you put the insertquiz command becomes the starting page for the quiz. That is its proper front door. Edit this page accordingly.
|