ajax_quiz.admin.inc |
includes/ajax_quiz/ajax_quiz.admin.inc |
|
|
ajax_quiz.info |
includes/ajax_quiz/ajax_quiz.info |
|
name = AJAX Quiz
description = This module doesn't degrade gracefully, and we don't recommend using it until it does. This module attempts to provide an AJAX version of quiz. Successive quiz questions will be loaded in the same page without… |
ajax_quiz.module |
includes/ajax_quiz/ajax_quiz.module |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
version 6.x-4.x
----------------
The goal is to make this version good enough to be used in a L(C)MS
- User experience for quiz creators improved
-- Improved question browser
-- Can add a question to a quiz from the question node form
-- Quiz settings… |
DEVELOPER.txt |
DEVELOPER.txt |
|
NOTES ON DEVELOPING EXTENSIONS FOR QUIZ
=======================================
Hooks for interacting with a quiz:
- hook_quiz_begin($quiz, $rid): This hook is called when a user first begins a quiz.
- hook_quiz_finished($quiz, $score, $rid): This… |
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, the Quiz… |
long-answer-answering-form.tpl.php |
question_types/long_answer/theme/long-answer-answering-form.tpl.php |
|
|
long_answer.admin.inc |
question_types/long_answer/long_answer.admin.inc |
|
Administration pages for the long answer questions module. |
long_answer.classes.inc |
question_types/long_answer/long_answer.classes.inc |
|
Long answer classes. |
long_answer.info |
question_types/long_answer/long_answer.info |
|
name = Long Answer
package = Quiz Question
description = This provides long answer (essay, multi-paragraph) question types for use by the Quiz module.
dependencies[] = quiz
dependencies[] = quiz_question
core = 7.x
files[] =… |
long_answer.install |
question_types/long_answer/long_answer.install |
|
Long answer questions. |
long_answer.module |
question_types/long_answer/long_answer.module |
|
This module defines a long answer question type for quizzes. |
long_answer.test |
question_types/long_answer/long_answer.test |
|
Unit tests for the long_answer Module. |
long_answer.theme.inc |
question_types/long_answer/theme/long_answer.theme.inc |
|
Theme functions for long_answer. |
matching-answering-form.tpl.php |
question_types/matching/theme/matching-answering-form.tpl.php |
|
|
matching.classes.inc |
question_types/matching/matching.classes.inc |
|
matching.classes |
matching.info |
question_types/matching/matching.info |
|
name = Matching question
package = Quiz Question
description = Provide a way to create matching type of questions.
core = 7.x
dependencies[] = quiz
dependencies[] = quiz_question
files[] = matching.classes.inc
files[] = matching.test |
matching.install |
question_types/matching/matching.install |
|
matching install file. |
matching.module |
question_types/matching/matching.module |
|
Matching question type for quiz module |
matching.test |
question_types/matching/matching.test |
|
Unit tests for the matching Module. |
matching.theme.inc |
question_types/matching/theme/matching.theme.inc |
|
Themes for the matching module. |
multichoice-alternative-creation.tpl.php |
question_types/multichoice/theme/multichoice-alternative-creation.tpl.php |
|
Handles the layout of the choice creation form. |
multichoice-alternative.tpl.php |
question_types/multichoice/theme/multichoice-alternative.tpl.php |
|
Handles the layout of the multichoice answering form |
multichoice-answering-form.tpl.php |
question_types/multichoice/theme/multichoice-answering-form.tpl.php |
|
|
multichoice.classes.inc |
question_types/multichoice/multichoice.classes.inc |
|
The main classes for the multichoice question type. |
multichoice.css |
question_types/multichoice/theme/multichoice.css |
|
table td div.quiz_choice_answer_correct {
background-color: lightgreen;
} |
multichoice.info |
question_types/multichoice/multichoice.info |
|
name = Quiz Multichoice
package = Quiz Question
description = Multiple choice question type for quiz.
core = 7.x
php = 5
dependencies[] = quiz
dependencies[] = quiz_question
files[] = multichoice.classes.inc
files[] = multichoice.test |
multichoice.install |
question_types/multichoice/multichoice.install |
|
Sponsored by: Norwegian Centre for Telemedicine
Code: falcon |
multichoice.module |
question_types/multichoice/multichoice.module |
|
The main file for multichoice. |
multichoice.test |
question_types/multichoice/multichoice.test |
|
|
multichoice.theme.inc |
question_types/multichoice/theme/multichoice.theme.inc |
|
The theme file for multichoice. |
multichoice_update_6400.inc |
question_types/multichoice/multichoice_update_6400.inc |
|
|
questions_by_quiz.view.inc |
includes/views/defaults/questions_by_quiz.view.inc |
|
|
questions_by_quiz_version.view.inc |
includes/views/defaults/questions_by_quiz_version.view.inc |
|
|
quiz-directions-answering-form.tpl.php |
question_types/quiz_directions/theme/quiz-directions-answering-form.tpl.php |
|
|
quiz-question-browser.tpl.php |
theme/quiz-question-browser.tpl.php |
|
Handles the layout of the quiz question browser. |
quiz-report-form.tpl.php |
theme/quiz-report-form.tpl.php |
|
Themes the question report |
quiz-results-browser.tpl.php |
theme/quiz-results-browser.tpl.php |
|
Handles the layout of the quiz question browser. |
quiz.actions.inc |
quiz.actions.inc |
|
Example Action Implementation. |
quiz.admin.inc |
quiz.admin.inc |
|
Administrator interface for Quiz module. |
quiz.css |
quiz.css |
|
/*
* Definitions that apply while viewing questions
*/
.question_type_name {
font-style: italic;
}
/*
* Definitions that apply while taking the quiz.
*/
#quiz_progress {
font-style: italic;
font-size: 80%;
}
#quiz_score_possible,… |
quiz.help.inc |
quiz.help.inc |
|
Help text. |
quiz.info |
quiz.info |
|
name = Quiz
package = Quiz Core
description = "Create interactive, multipage quizzes. This module must have at least one question-type module enabled in order to function properly. If in doubt, use the Multichoice module."
dependencies[] =… |
quiz.install |
quiz.install |
|
Quiz install schema for installing the quiz module |
quiz.module |
quiz.module |
|
Quiz Module |
quiz.pages.inc |
quiz.pages.inc |
|
User pages. |
quiz.views.inc |
includes/views/quiz.views.inc |
|
This file provides metadata to the Views 2 API for views integration. |
quiz.views_default.inc |
includes/views/quiz.views_default.inc |
|
|
quiz_by_author.view.inc |
includes/views/defaults/quiz_by_author.view.inc |
|
|
quiz_by_taker.view.inc |
includes/views/defaults/quiz_by_taker.view.inc |
|
|