From 3fac41f8ddc9609c9b35c52185a43dc4e8458219 Mon Sep 17 00:00:00 2001 From: Petr Skoda <skodak@moodle.org> Date: Wed, 4 Nov 2009 11:57:54 +0000 Subject: [PATCH] MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup --- mod/quiz/report/overview/report.php | 1 + mod/quiz/report/statistics/report.php | 1 + question/format/aiken/format.php | 2 +- question/format/learnwise/format.php | 2 +- question/format/missingword/format.php | 2 +- question/format/multianswer/format.php | 2 +- question/type/numerical/questiontype.php | 1 + 7 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mod/quiz/report/overview/report.php b/mod/quiz/report/overview/report.php index 2fb9174b04..9f6a2145fd 100644 --- a/mod/quiz/report/overview/report.php +++ b/mod/quiz/report/overview/report.php @@ -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 diff --git a/mod/quiz/report/statistics/report.php b/mod/quiz/report/statistics/report.php index 94e5711b76..3d1921e103 100644 --- a/mod/quiz/report/statistics/report.php +++ b/mod/quiz/report/statistics/report.php @@ -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 diff --git a/question/format/aiken/format.php b/question/format/aiken/format.php index f738938e56..3a9483e73b 100644 --- a/question/format/aiken/format.php +++ b/question/format/aiken/format.php @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /////////////////////////////////////////////////////////////////////////// // // diff --git a/question/format/learnwise/format.php b/question/format/learnwise/format.php index 88b4dd0a0d..90c66582d1 100755 --- a/question/format/learnwise/format.php +++ b/question/format/learnwise/format.php @@ -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 diff --git a/question/format/missingword/format.php b/question/format/missingword/format.php index ce0fd90239..a275607cf7 100644 --- a/question/format/missingword/format.php +++ b/question/format/missingword/format.php @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /// Modified by Tom Robb 12 June 2003 to include percentage and comment insertion /// facility. diff --git a/question/format/multianswer/format.php b/question/format/multianswer/format.php index 531330c0db..2e76c79447 100644 --- a/question/format/multianswer/format.php +++ b/question/format/multianswer/format.php @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ //////////////////////////////////////////////////////////////////////////// /// MULTIANSWER FORMAT diff --git a/question/type/numerical/questiontype.php b/question/type/numerical/questiontype.php index 6b8f90e66a..172bce1b42 100644 --- a/question/type/numerical/questiontype.php +++ b/question/type/numerical/questiontype.php @@ -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 -- 2.39.5