]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
authorPetr Skoda <skodak@moodle.org>
Wed, 4 Nov 2009 11:57:54 +0000 (11:57 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 4 Nov 2009 11:57:54 +0000 (11:57 +0000)
mod/quiz/report/overview/report.php
mod/quiz/report/statistics/report.php
question/format/aiken/format.php
question/format/learnwise/format.php
question/format/missingword/format.php
question/format/multianswer/format.php
question/type/numerical/questiontype.php

index 2fb9174b0426a40085fcfc34661d10772a8a0a65..9f6a2145fd6b68776bc483d1c9c85de64149de66 100644 (file)
@@ -2,6 +2,7 @@
 /**
  * This script lists student attempts
  *
+ * @version $Id$
  * @author Martin Dougiamas, Tim Hunt and others.
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
  * @package quiz
index 94e5711b76ab32cabeb4e71229f01111b2678834..3d1921e1036fa025ca93b5e783519a5e548f5230 100644 (file)
@@ -2,6 +2,7 @@
 /**
  * This script calculates various statistics about student attempts
  *
+ * @version $Id$
  * @author Martin Dougiamas, Jamie Pratt, Tim Hunt and others.
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
  * @package quiz
index f738938e56b44ea20b939eb6a87c23e6db034893..3a9483e73baaf83dec757adb8860b23dcee30e31 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
index 88b4dd0a0d3c89cf18479fdd80ee7fc7b639404f..90c66582d1c33fcef4b77c36f98ef9ca5d20e0d3 100755 (executable)
@@ -1,4 +1,4 @@
-<?php
+<?php    // $Id$
 // Alton College, Hampshire, UK - Tom Flannaghan, Andrew Walker
 // Imports learnwise multiple choice quizzes (single and multiple answers)
 // currently ignores the deduct attribute for multiple answer questions
index ce0fd902393c6e8b2d65e4963f9168191e6e1e61..a275607cf799656fbad5200ed5d6d78057aedf17 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /// Modified by Tom Robb 12 June 2003 to include percentage and comment insertion
 /// facility.
 
index 531330c0db593ae474f6cf05eac359861a8caaa1..2e76c79447a744e5188bb697ae4aec0ee460486a 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 
 ////////////////////////////////////////////////////////////////////////////
 /// MULTIANSWER FORMAT
index 6b8f90e66a9eead282dbee187793ff4438b2d231..172bce1b4247875130ce49755f2f9a1c56b4d76e 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 /**
+ * @version $Id$
  * @author Martin Dougiamas and many others. Tim Hunt.
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
  * @package questionbank