Skip to content

Commit

Permalink
Add missing Id tags to all files under question, to help the unmerged…
Browse files Browse the repository at this point in the history
… files script.
  • Loading branch information
tjhunt committed Feb 19, 2009
1 parent 891d64b commit 4d41f4e
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion question/exportfile.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
require_once(dirname(__FILE__) . '/../config.php');
require_once($CFG->libdir . '/filelib.php');

Expand Down
2 changes: 1 addition & 1 deletion question/file.php
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion question/type/calculated/edit_calculated_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the calculated question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/description/edit_description_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the description question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/edit_question_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* A base class for question editing forms.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/essay/edit_essay_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the essay question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/match/edit_match_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the match question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/missingtype/edit_missingtype_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the missingtype question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/multianswer/edit_multianswer_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the multianswer question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/multichoice/edit_multichoice_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the multichoice question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/numerical/edit_numerical_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the numerical question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/numerical/questiontype.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* @version $Id$
* @author Martin Dougiamas and many others. Tim Hunt.
Expand Down
2 changes: 1 addition & 1 deletion question/type/numerical/simpletest/testquestiontype.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Unit tests for (some of) question/type/numerical/questiontype.php.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/question.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/* This template determines the overall layout of a question. It is included by the
* print_question() method.
*/
Expand Down
2 changes: 1 addition & 1 deletion question/type/random/edit_random_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the random question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/randomsamatch/edit_randomsamatch_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the randomsamatch question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/shortanswer/edit_shortanswer_form.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Defines the editing form for the shortanswer question type.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/shortanswer/simpletest/testquestiontype.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/**
* Unit tests for (some of) question/type/shortanswer/questiontype.php.
*
Expand Down
2 changes: 1 addition & 1 deletion question/type/truefalse/edit_truefalse_form.php
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4d41f4e

Please sign in to comment.