cloze-answering-form.tpl.php |
theme/cloze-answering-form.tpl.php |
|
|
cloze.admin.inc |
cloze.admin.inc |
|
|
cloze.classes.inc |
cloze.classes.inc |
|
The main classes for the short answer question type. |
cloze.css |
theme/cloze.css |
|
.cloze-question .form-item {
display: inline;
}
.cloze-instruction .correct,
.quiz-solution .correct,
.quiz-report .correct {
color: #009900;
}
.quiz-report .incorrect {
color: #FF0000;
}
.cloze-question |
cloze.info |
cloze.info |
|
name = Cloze
package = Quiz Question
description = Question with certain words removed the participant will have to fill-in the missing words.
core = 6.x
php = 5.1
dependencies[] = quiz
dependencies[] = quiz_question |
cloze.install |
cloze.install |
|
The installer file for short_answer. |
cloze.module |
cloze.module |
|
|
cloze.theme.inc |
theme/cloze.theme.inc |
|
Theme functions for cloze. |