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 cloze question type.
These inherit or implement code found in quiz_question.classes.inc. |
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.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 = 7.x
php = 5.1
dependencies[] = quiz
dependencies[] = quiz_question
files[] =… |
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. |
README.txt |
README.txt |
|
Cloze README
CONTENTS OF THIS FILE
----------------------
* Introduction
* Installation
* Usage
* Credit
INTRODUCTION
------------
The cloze module essentially adds a new question type to conduct Fill in the blanks
kind of Quiz. In eLearning… |