# QUIZ MANAGER 0.9 # # Aytekin Tank # email: aytekin
# COPYRIGHT NOTICE: # # Copyright 2001-2002 Aytekin Tank. # # This program may be used and modified free of charge by anyone, so # long as this copyright notice and the header above remain intact. # Selling the code for this program without prior written consent is # expressly forbidden. Obtain permission before redistributing this # program over the Internet or in any other medium. In all cases ...
XL-Quiz
body { font-family: georgia; margin: 2em; }
h1, h2, h3 { border-top: solid 6px #fafafa; border-left: solid 6px #fafafa; border-right: solid 6px #eee; border-bottom: solid 6px #eee; padding: 5px; color: #999; } #main { width: 640px; margin:auto; } .title { font-size: 105%; font-style: italic; } .highlight { background-color: #eee; }
XL-quiz “Repetito est mater studiorum”
Skripti tutvustus
Tegemist on järjekordse testisüsteemiga. Sellega on võimalik esitada kolme tüüpi küsimusi:
radio-tüüpi - ühe õige valikuvariandiga ...
xmlQuiz v1.0 README Script and README Author:
TABLE OF CONTENTS 1. Purpose 2. Requirements 3. Installation 4. How to Use 5. Reporting Bugs 6. Acceptable Use 7. Donate
1. PURPOSE - Brief Explanation, Advantages, and Limitations xmlQuiz v1.0 is a simple quiz script. Using an XML file, you can easily add, edit, and delete questions. Questions can be "short answer" or multiple choice. Short answer questions must be answered exactly as they are in the XML file. After all questions have been answered, the quiz script calculates the number of correct answers. v1.0 does not allow a random order of questions; the order of questions from the XML file is preserved. ...