From f70567fee57f656ec5ebc5a2686f7bee6eb50676 Mon Sep 17 00:00:00 2001 From: thetrinity Date: Mon, 12 Jan 2004 03:54:24 +0000 Subject: [PATCH] Fixed typo and minor polishing. --- mod/quiz/format/gift/examples.txt | 2 +- mod/quiz/format/gift/format.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/quiz/format/gift/examples.txt b/mod/quiz/format/gift/examples.txt index 3fcf7fe779..a917f8e682 100644 --- a/mod/quiz/format/gift/examples.txt +++ b/mod/quiz/format/gift/examples.txt @@ -64,7 +64,7 @@ When was Ulysses S. Grant born? {# // OPTIONS -// ===Inline Comments=== +// ===Line Comments=== // Subheading: Numerical questions below What's 2 plus 2? {#4} diff --git a/mod/quiz/format/gift/format.php b/mod/quiz/format/gift/format.php index ccde563c79..993a9a9b15 100755 --- a/mod/quiz/format/gift/format.php +++ b/mod/quiz/format/gift/format.php @@ -43,11 +43,11 @@ // =%25%Bethlehem#He was born here, but not raised here. // }. // -// //this inline comment will be ignored by the filter +// //comment about questions below (this line ignored by filter) // ::Numerical example:: // When was Ulysses S. Grant born? {# // =1822:0 #Correct! 100% credit -// =%50%1982:2 #He was born in 1822. +// =%50%1822:2 #He was born in 1822. // You get 50% credit for being close. // } // -- 2.39.5