]> git.mjollnir.org Git - moodle.git/commitdiff
Add missing Id tags to all files under question, to help the unmerged files script.
authortjhunt <tjhunt>
Thu, 19 Feb 2009 01:09:44 +0000 (01:09 +0000)
committertjhunt <tjhunt>
Thu, 19 Feb 2009 01:09:44 +0000 (01:09 +0000)
19 files changed:
question/exportfile.php
question/file.php
question/type/calculated/edit_calculated_form.php
question/type/description/edit_description_form.php
question/type/edit_question_form.php
question/type/essay/edit_essay_form.php
question/type/match/edit_match_form.php
question/type/missingtype/edit_missingtype_form.php
question/type/multianswer/edit_multianswer_form.php
question/type/multichoice/edit_multichoice_form.php
question/type/numerical/edit_numerical_form.php
question/type/numerical/questiontype.php
question/type/numerical/simpletest/testquestiontype.php
question/type/question.html
question/type/random/edit_random_form.php
question/type/randomsamatch/edit_randomsamatch_form.php
question/type/shortanswer/edit_shortanswer_form.php
question/type/shortanswer/simpletest/testquestiontype.php
question/type/truefalse/edit_truefalse_form.php

index 1a0011c3496e278eaa329aeb72ac8cc3c1c2c7a6..0b3261d875fe51e639e717fcc4900017f5bca688 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
     require_once(dirname(__FILE__) . '/../config.php');
     require_once($CFG->libdir . '/filelib.php');
 
index 80e9615551e93664753c91b487c461fdc0d7bfe3..b2d3681548001678e85fa434b0604a7825caf570 100644 (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
       //
index 2fa1d7f384c02bf9d63f625633798e601f95831f..b3422b41aed3f048f6af95f49f302115f0f0a611 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the calculated question type.
  *
index ab46bd9d094b561d58a41fcc1e8f4f409c79732d..6771eb5a9648b34abd74e7f5fd47c5797524b95e 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the description question type.
  *
index 4e7b155b91affbb9a69d955669d4d2cfaa7c452e..4e44305315eed558cf3d19c5fad64ca701b5fb77 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * A base class for question editing forms.
  *
index 6a5f88717186e6872d610ce20904cb10655d429c..b207c2e10078139d8bb2ec73d2f27c71f1740bdc 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the essay question type.
  *
index 719a9cbf5131c666995444f9c1cf288c273208cf..132cd354d86dd6d80dbc0a4d9e1e908de9518e77 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the match question type.
  *
index 46b2842aaf8031233969b6ba77aef7ab4f56e7ee..02e8c9a3dbfcbbcf15074d2e5c91746439755c75 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the missingtype question type.
  *
index 035962b138efd336661efba67c1a35abef82c1c1..b189cf5cf0afb950a96283a8544955b5a223a9c9 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the multianswer question type.
  *
index 9b81258350ddf0898ef1ea52fb51b5a9226a43af..f8c9661c6303589a3b955f719a7d9314ac5775b5 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the multichoice question type.
  *
index a60235761310ea0f1d088136745366120b5503d9..9bb9676aa74f4735e2ec17e293f3efceb38423c2 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the numerical question type.
  *
index d74194eea6d2bc2143fc43267752384a1d33b85d..a7cb3c92271e6b2a010d9992bbe82cd544f2250b 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * @version $Id$
  * @author Martin Dougiamas and many others. Tim Hunt.
index f4ea37f25cd932f43c2547ffb158dc8b5690b01a..396e0435a36e87e6fd7a496e090f36052e8686e4 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Unit tests for (some of) question/type/numerical/questiontype.php.
  *
index 13e19ab160f79f53d05fd5a80d2a37197e601554..3ba083bad5ae467c319953f876b6c3dfafe7d6e9 100644 (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.
  */
index 87e8f8611dea6d45ce0d63de5e796888acaf1868..e563d3ed75a123f4faefbd7b0993f968d92c0896 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the random question type.
  *
index 72a772831c31e003ffc97e2a8121834ca3ad3742..7e6ee472208f021f2d6052126c7d7839d076ef2c 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the randomsamatch question type.
  *
index 19d882a593d062dfdc5ce1097ec10eb4c3bee015..cede3cc74bbe1a1913842bfc5b027a8d121c98e6 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Defines the editing form for the shortanswer question type.
  *
index 3773e0677e30a76aec05d00be8c5b3a5ee3173eb..f9dcacd0954080d896ab29f7eaed3311d12c5183 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /**
  * Unit tests for (some of) question/type/shortanswer/questiontype.php.
  *
index 0567e9d19145dcae3a0c7721b804171eae7f6044..4ee306d0e75838e8aeb26e1a062eadb87bc40027 100644 (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.