You are here

Files in Quiz 7.6

Primary tabs

File namesort descending Location Namespace Description
ajax_quiz.admin.inc modules/ajax_quiz/ajax_quiz.admin.inc
ajax_quiz.info modules/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 modules/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, $result_id): This hook is called when a user first begins a quiz. - hook_quiz_finished($quiz, $score,…
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-table.tpl.php question_types/multichoice/theme/multichoice-alternative-creation-table.tpl.php
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.info question_types/multichoice/multichoice.info name = Quiz Multichoice package = Quiz Question description = Multiple choice question type for quiz. core = 7.x 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 Test suite for choice Questions type module.
multichoice.theme.inc question_types/multichoice/theme/multichoice.theme.inc The theme file for multichoice.
multichoice.views.inc question_types/multichoice/multichoice.views.inc
quiz-directions-answering-form.tpl.php question_types/quiz_directions/theme/quiz-directions-answering-form.tpl.php
quiz-question-score.tpl.php theme/quiz-question-score.tpl.php
quiz-report-form.tpl.php theme/quiz-report-form.tpl.php Themes the question report
quiz.admin.inc quiz.admin.inc Administrator interface for Quiz module.
quiz.api.php quiz.api.php quiz.api.php Hooks provided by Quiz module.
Quiz.class.inc includes/Quiz.class.inc
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.devel.inc quiz.devel.inc
quiz.help.inc quiz.help.inc Help text.
quiz.info quiz.info name = Quiz package = Quiz Core description = Create interactive quizzes. This module must have at least one question type module enabled in order to function properly. core = 7.x dependencies[] = ctools dependencies[] = entity dependencies[] =…
quiz.install quiz.install Quiz install schema for installing the quiz module
quiz.module quiz.module quiz.module Main file for the 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
QuizController.class.inc includes/QuizController.class.inc
QuizCreationTestCase.test tests/QuizCreationTestCase.test Unit tests for the quiz question Module.
QuizDirectionsTestCase.test question_types/quiz_directions/QuizDirectionsTestCase.test Unit tests for the short_answer Module.
QuizFeedbackTestCase.test tests/QuizFeedbackTestCase.test Unit tests for the quiz question Module.

Pages

Other projects