*/
+defined('MOODLE_INTERNAL') || die();
+
+
/**
* Elements embedded in question text editing form definition.
*
*/
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->dirroot . '/question/type/gapselect/edit_form_base.php');
*/
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->dirroot . '/question/type/gapselect/questionbase.php');
*/
+defined('MOODLE_INTERNAL') || die();
+
+
/**
* Represents embedded element in question text question. Parent of drag and drop and select from
* drop down list and ?others?
*/
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->libdir . '/questionlib.php');
require_once($CFG->dirroot . '/question/engine/lib.php');
require_once($CFG->dirroot . '/question/format/xml/format.php');
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-
/**
* Question type class for the embedded element in question text question types.
*
*/
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->libdir . '/questionlib.php');
require_once($CFG->dirroot . '/question/engine/lib.php');
require_once($CFG->dirroot . '/question/format/xml/format.php');
*/
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->dirroot . '/question/type/gapselect/rendererbase.php');
*/
+defined('MOODLE_INTERNAL') || die();
+
+
/**
* Generates the output for question types where the question includes embedded interactive elements in the
* question text.
*/
+defined('MOODLE_INTERNAL') || die();
+
+
/**
* Test helper class for the select missing words question type.
*
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-
/**
* Unit tests for the select missing words question definition class.
*
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->dirroot . '/question/engine/simpletest/helpers.php');
require_once($CFG->dirroot . '/question/type/gapselect/simpletest/helper.php');
*/
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->dirroot . '/question/engine/simpletest/helpers.php');
require_once($CFG->dirroot . '/question/type/gapselect/simpletest/helper.php');
*/
+defined('MOODLE_INTERNAL') || die();
+
require_once($CFG->dirroot . '/question/engine/simpletest/helpers.php');
require_once($CFG->dirroot . '/question/type/gapselect/simpletest/helper.php');
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+defined('MOODLE_INTERNAL') || die();
+
$plugin->version = 2011020100;
$plugin->requires = 2011011200;