You are here

Files in Quiz 7.4

Primary tabs

File namesort descending Location Namespace Description
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…
choice-processor.class.php question_types/quiz_h5p/report/type-processors/choice-processor.class.php
choice.css question_types/quiz_h5p/report/styles/choice.css @font-face { font-family: 'h5p-core-16'; src: url('../fonts/h5p-core-16.eot?tlv5f5'); src: url('../fonts/h5p-core-16.eot?tlv5f5#iefix') format('embedded-opentype'), …
compound-processor.class.php question_types/quiz_h5p/report/type-processors/compound-processor.class.php
compound.css question_types/quiz_h5p/report/styles/compound.css .h5p-result { margin: 2.5em 0; } .h5p-result:first-child { margin-top: 0; } .h5p-result:last-child { margin-bottom: 0; } .h5p-compound-container .h5p-compound-container, .h5p-compound-container .h5p-choices-container, .h5p-compound-container…
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…
fill-in-processor.class.php question_types/quiz_h5p/report/type-processors/fill-in-processor.class.php
fill-in.css question_types/quiz_h5p/report/styles/fill-in.css @font-face { font-family: 'h5p-core-16'; src: url('../fonts/h5p-core-16.eot?tlv5f5'); src: url('../fonts/h5p-core-16.eot?tlv5f5#iefix') format('embedded-opentype'), …
h5p-report-xapi-data.class.php question_types/quiz_h5p/report/h5p-report-xapi-data.class.php
h5p-report.class.php question_types/quiz_h5p/report/h5p-report.class.php
HtmlReportPurifier.php question_types/quiz_h5p/report/html-purifier/HtmlReportPurifier.php
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…
LICENSE.txt question_types/quiz_h5p/report/LICENSE.txt MIT License Copyright (c) 2016 H5P Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including…
long-answer-answering-form.tpl.php question_types/long_answer/theme/long-answer-answering-form.tpl.php
long-choice-processor.class.php question_types/quiz_h5p/report/type-processors/long-choice-processor.class.php
long-choice.css question_types/quiz_h5p/report/styles/long-choice.css @font-face { font-family: 'h5p-core-16'; src: url('../fonts/h5p-core-16.eot?tlv5f5'); src: url('../fonts/h5p-core-16.eot?tlv5f5#iefix') format('embedded-opentype'), …
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-processor.class.php question_types/quiz_h5p/report/type-processors/matching-processor.class.php
matching.classes.inc question_types/matching/matching.classes.inc matching.classes
matching.css question_types/quiz_h5p/report/styles/matching.css @font-face { font-family: 'h5p-core-16'; src: url('../fonts/h5p-core-16.eot?tlv5f5'); src: url('../fonts/h5p-core-16.eot?tlv5f5#iefix') format('embedded-opentype'), …
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-icon-cell { width: 32px; padding: 0 5px; } .multichoice-icon { display: inline-block; width: 32px; height: 32px; background: url(images/icons.png)…
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.inc includes/views/defaults/questions_by_quiz.inc
questions_by_quiz_version.inc includes/views/defaults/questions_by_quiz_version.inc
quiz-directions-answering-form.tpl.php question_types/quiz_directions/theme/quiz-directions-answering-form.tpl.php
quiz-questions-browser-body.tpl.php theme/quiz-questions-browser-body.tpl.php Handles the layout of the quiz question browser.

Pages

Other projects