diff --git a/mod/quiz/format/gift/examples.txt b/mod/quiz/format/gift/examples.txt index 3fcf7fe7793..a917f8e6822 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 ccde563c790..993a9a9b150 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. // } //