-<?php
+<?php // $Id$
require_once(dirname(__FILE__) . '/../config.php');
require_once($CFG->libdir . '/filelib.php');
-<?php
+<?php // $Id$
// This script fetches files from the dataroot/questionattempt directory
// It is based on the top-level file.php
//
-<?php
+<?php // $Id$
/**
* Defines the editing form for the calculated question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the description question type.
*
-<?php
+<?php // $Id$
/**
* A base class for question editing forms.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the essay question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the match question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the missingtype question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the multianswer question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the multichoice question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the numerical question type.
*
-<?php
+<?php // $Id$
/**
* @version $Id$
* @author Martin Dougiamas and many others. Tim Hunt.
-<?php
+<?php // $Id$
/**
* Unit tests for (some of) question/type/numerical/questiontype.php.
*
-<?php
+<?php // $Id$
/* This template determines the overall layout of a question. It is included by the
* print_question() method.
*/
-<?php
+<?php // $Id$
/**
* Defines the editing form for the random question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the randomsamatch question type.
*
-<?php
+<?php // $Id$
/**
* Defines the editing form for the shortanswer question type.
*
-<?php
+<?php // $Id$
/**
* Unit tests for (some of) question/type/shortanswer/questiontype.php.
*
-<?php
+<?php // $Id$
require_once($CFG->dirroot.'/question/type/edit_question_form.php');
/**
* Defines the editing form for the thruefalse question type.