From 43595a337099440e5d948c945c4b55f279957b64 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 21 Jul 2006 08:03:23 +0000 Subject: [PATCH] Replace a few odd tabs with spaces. Merged from MOODLE_16_STABLE. --- question/type/question.html | 10 +++++----- question/type/shortanswer/display.html | 2 +- question/type/truefalse/display.html | 12 ++++++------ question/type/truefalse/questiontype.php | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/question/type/question.html b/question/type/question.html index 8993752d50..fd58e422e7 100644 --- a/question/type/question.html +++ b/question/type/question.html @@ -22,8 +22,8 @@ print_question_grading_details($question, $state, $cmoptions, $options); ?> -
- + @@ -31,11 +31,11 @@ -
- + -
+
diff --git a/question/type/shortanswer/display.html b/question/type/shortanswer/display.html index 4943fecafa..71c758f33a 100644 --- a/question/type/shortanswer/display.html +++ b/question/type/shortanswer/display.html @@ -23,7 +23,7 @@ -
+
diff --git a/question/type/truefalse/display.html b/question/type/truefalse/display.html index 7c5d02d879..85ec4fc9aa 100644 --- a/question/type/truefalse/display.html +++ b/question/type/truefalse/display.html @@ -19,10 +19,10 @@
- -
- -
- - print_question_submit_buttons($question, $state, $cmoptions, $options); ?> + +
+ +
+ + print_question_submit_buttons($question, $state, $cmoptions, $options); ?> \ No newline at end of file diff --git a/question/type/truefalse/questiontype.php b/question/type/truefalse/questiontype.php index 49043bbe5a..96d20c1515 100644 --- a/question/type/truefalse/questiontype.php +++ b/question/type/truefalse/questiontype.php @@ -121,7 +121,7 @@ class question_truefalse_qtype extends default_questiontype { } function get_correct_responses(&$question, &$state) { - // The correct answer is the one which gives full marks + // The correct answer is the one which gives full marks foreach ($question->options->answers as $answer) { if (((int) $answer->fraction) === 1) { return array('' => $answer->id); -- 2.39.5