You are here

Files in Quiz 6.2

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt ----------- HEAD ----------- - Preparing for version 3.0 version 6.x-2.0-alpha1 ---------------------- - Migration to Drupal 6 - Updated to use schema api in quiz - Updated to use new (D6) theme system - Updated to use new (D6) menu system - Many…
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 = This provides multiple choice questions for use by the Quiz module. dependencies[] = quiz core = 6.x
multichoice.install multichoice.install Multichoice Install (a quiz question type)
multichoice.module multichoice.module Multiple choice question type for the Quiz module.
quiz.admin.inc quiz.admin.inc Administrator interface for Quiz module.
quiz.css quiz.css /* * Definitions that apply while taking the quiz. */ #quiz_progress { font-style: italic; font-size: 80%; } span.multichoice_answer_text p { display: inline; } /* * Definitions that apply on the summary pages. */ .quiz_question_bullet { …
quiz.help.inc quiz.help.inc Help text.
quiz.info quiz.info name = Quiz package = Quiz 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." core = 6.x php = 5.1
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_datetime.inc quiz_datetime.inc
quiz_views.info quiz_views.info name = Quiz Views package = Quiz description = "Exposes quiz to views for more advanced interface capabilites" dependencies[] = quiz dependencies[] = views core=6.x
quiz_views.module quiz_views.module This include file implements views 5.x-1.x functionality on behalf of quiz.module
README.txt README.txt Non-displayable characters.
TODO.txt TODO.txt For a current TODO list please visit http://groups.drupal.org/quiz Items --------- - Add time limit - Complete matching question type and add additional question types - Allow for attachments (sound, images, etc.) to be integrated into…

Other projects