CHANGELOG.txt |
CHANGELOG.txt |
|
2007-06-13
----------
Removed non-working features, to be fixed in future versions
2007-02-02
----------
Updated module to Drupal 5
2005-08-31
----------
Initial release after Summer of Code:
- Admininistration side completed, including:
o… |
INSTALL.txt |
INSTALL.txt |
|
Installation
------------
1. Copy the entire quiz/ folder into your modules directory.
2. Log in to your site as an administrator, and go to the Administer >> Site building >> Modules
section. Enable both the Quiz module and at least… |
matching.module |
matching.module |
|
Matching question type for quiz module |
multichoice.info |
multichoice.info |
|
name = Multichoice
package = Quiz
description = Multiple choice question type
dependencies = quiz |
multichoice.module |
multichoice.module |
|
Multiple choice question type for quiz module |
quiz.css |
quiz.css |
|
/*
** Definitions that apply while taking the quiz
*/
#quiz_progress {
font-style: italic;
font-size: 80%;
}
div.multichoice_answer_text p {
display: inline;
}
.multichoice_answer_text {
margin: -1.9em 0 0 2em;
}
/*
** Definitions that… |
quiz.info |
quiz.info |
|
name = Quiz
package = Quiz
description = Create interactive quizzes |
quiz.install |
quiz.install |
|
|
quiz.module |
quiz.module |
|
Quiz Module |
quiz_datetime.inc |
quiz_datetime.inc |
|
|
README.txt |
README.txt |
|
Non-displayable characters. |
TODO.txt |
TODO.txt |
|
Critical
--------
- Complete quiz taking interface; required to be completed after SoC per
Google's teamwork rules.
- Complete quiz results storage and display; required to be completed after
SoC per Google's teamwork rules.
- Complete… |