aiken_example.txt |
includes/questions_import/examples/aiken_example.txt |
|
# This is a sample aiken import file. It allows you to create a bulk of quiz questions from a text file.
#
# Instructions
# 1. Lines starts with # symbol are comment. These lines will be ignore.
# 2. First line of a question must be a question type… |
ajax_quiz.admin.inc |
includes/ajax_quiz/ajax_quiz.admin.inc |
|
|
ajax_quiz.info |
includes/ajax_quiz/ajax_quiz.info |
|
name = AJAX Quiz
description = AJAX version of quiz. Successive quiz questions will be loaded in the same page without page reload.
dependencies[] = quiz
core = 6.x
package = Quiz Addon |
ajax_quiz.module |
includes/ajax_quiz/ajax_quiz.module |
|
|
block.textformat.php |
includes/moodle/lib/smarty/plugins/block.textformat.php |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
version 6.x-4.x
----------------
- Started
version 6.x-3.0
---------------
Released. Need to merge 3.x branch into this CHANGELOG.txt
version 6.x-2.0-alpha1
----------------------
- Migration to Drupal 6
- Updated to use schema api in quiz
-… |
choice-alternative-creation.tpl.php |
question_types/choice/theme/choice-alternative-creation.tpl.php |
|
Handles the layout of the choice creation form. |
choice-alternative.tpl.php |
question_types/choice/theme/choice-alternative.tpl.php |
|
Handles the layout of the choice creation form. |
choice.classes.inc |
question_types/choice/choice.classes.inc |
|
The main classes for the choice question type. |
choice.css |
question_types/choice/theme/choice.css |
|
/* $Id $ */
table td div.quiz_choice_answer_correct {
background-color: lightgreen;
} |
choice.info |
question_types/choice/choice.info |
|
name = Quiz Choice
package = Quiz Question
description = This module is under development and should not be used on production servers yet.
core = 6.x
php = 5
dependencies[] = quiz
dependencies[] = quiz_question |
choice.install |
question_types/choice/choice.install |
|
Sponsored by: Norwegian Centre for Telemedicine
Code: falcon |
choice.module |
question_types/choice/choice.module |
|
The main file for choice. |
choice.test |
question_types/choice/choice.test |
|
|
choice.theme.inc |
question_types/choice/theme/choice.theme.inc |
|
The theme file for choice. |
compiler.assign.php |
includes/moodle/lib/smarty/plugins/compiler.assign.php |
|
|
Config_File.class.php |
includes/moodle/lib/smarty/Config_File.class.php |
|
|
core.assemble_plugin_filepath.php |
includes/moodle/lib/smarty/core/core.assemble_plugin_filepath.php |
|
|
core.assign_smarty_interface.php |
includes/moodle/lib/smarty/core/core.assign_smarty_interface.php |
|
|
core.create_dir_structure.php |
includes/moodle/lib/smarty/core/core.create_dir_structure.php |
|
|
core.display_debug_console.php |
includes/moodle/lib/smarty/core/core.display_debug_console.php |
|
|
core.get_include_path.php |
includes/moodle/lib/smarty/core/core.get_include_path.php |
|
|
core.get_microtime.php |
includes/moodle/lib/smarty/core/core.get_microtime.php |
|
|
core.get_php_resource.php |
includes/moodle/lib/smarty/core/core.get_php_resource.php |
|
|
core.is_secure.php |
includes/moodle/lib/smarty/core/core.is_secure.php |
|
|
core.is_trusted.php |
includes/moodle/lib/smarty/core/core.is_trusted.php |
|
|
core.load_plugins.php |
includes/moodle/lib/smarty/core/core.load_plugins.php |
|
|
core.load_resource_plugin.php |
includes/moodle/lib/smarty/core/core.load_resource_plugin.php |
|
|
core.process_cached_inserts.php |
includes/moodle/lib/smarty/core/core.process_cached_inserts.php |
|
|
core.process_compiled_include.php |
includes/moodle/lib/smarty/core/core.process_compiled_include.php |
|
|
core.read_cache_file.php |
includes/moodle/lib/smarty/core/core.read_cache_file.php |
|
|
core.rmdir.php |
includes/moodle/lib/smarty/core/core.rmdir.php |
|
|
core.rm_auto.php |
includes/moodle/lib/smarty/core/core.rm_auto.php |
|
|
core.run_insert_handler.php |
includes/moodle/lib/smarty/core/core.run_insert_handler.php |
|
|
core.smarty_include_php.php |
includes/moodle/lib/smarty/core/core.smarty_include_php.php |
|
|
core.write_cache_file.php |
includes/moodle/lib/smarty/core/core.write_cache_file.php |
|
|
core.write_compiled_include.php |
includes/moodle/lib/smarty/core/core.write_compiled_include.php |
|
|
core.write_compiled_resource.php |
includes/moodle/lib/smarty/core/core.write_compiled_resource.php |
|
|
core.write_file.php |
includes/moodle/lib/smarty/core/core.write_file.php |
|
|
custommediafilter.php |
includes/moodle/question/format/qti2/custommediafilter.php |
|
|
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… |
examples.txt |
includes/moodle/question/format/gift/examples.txt |
|
// EXAMPLE QUESTIONS for the GIFT import filter
// by Paul Tsuchido Shew, January 2004.
//-----------------------------------------//
// EXAMPLES FROM DESCRIPTION
//-----------------------------------------//
Who's buried in… |
format.php |
includes/moodle/question/format/qti2/format.php |
|
|
format.php |
includes/moodle/question/format/blackboard/format.php |
|
|
format.php |
includes/moodle/question/format/gift/format.php |
|
|
format.php |
includes/moodle/question/format/hotpot/format.php |
|
|
format.php |
includes/moodle/question/format/examview/format.php |
|
|
format.php |
includes/moodle/question/format/aiken/format.php |
|
|
format.php |
includes/moodle/question/format/xml/format.php |
|
|
format.php |
includes/moodle/question/format/multianswer/format.php |
|
|