Add missing Id tags to all files under question, to help the unmerged files script.

This commit is contained in:
tjhunt 2009-02-19 01:09:44 +00:00
parent 891d64b0ab
commit 4d41f4eee8
19 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
require_once(dirname(__FILE__) . '/../config.php');
require_once($CFG->libdir . '/filelib.php');

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
// This script fetches files from the dataroot/questionattempt directory
// It is based on the top-level file.php
//

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the calculated question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the description question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* A base class for question editing forms.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the essay question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the match question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the missingtype question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the multianswer question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the multichoice question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the numerical question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* @version $Id$
* @author Martin Dougiamas and many others. Tim Hunt.

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Unit tests for (some of) question/type/numerical/questiontype.php.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/* This template determines the overall layout of a question. It is included by the
* print_question() method.
*/

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the random question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the randomsamatch question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the shortanswer question type.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Unit tests for (some of) question/type/shortanswer/questiontype.php.
*

View File

@ -1,4 +1,4 @@
<?php
<?php // $Id$
require_once($CFG->dirroot.'/question/type/edit_question_form.php');
/**
* Defines the editing form for the thruefalse question type.