From ae7bedb70798c0f076b66021dc49c79a0fb35013 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 14 Feb 2005 20:04:32 +0000 Subject: [PATCH] Addded en support for quiz->decimalpoints. Please check the translation and help file! --- lang/en/help/quiz/decimalpoints.html | 4 ++++ lang/en/quiz.php | 1 + 2 files changed, 5 insertions(+) create mode 100644 lang/en/help/quiz/decimalpoints.html diff --git a/lang/en/help/quiz/decimalpoints.html b/lang/en/help/quiz/decimalpoints.html new file mode 100644 index 00000000000..718ae4c630e --- /dev/null +++ b/lang/en/help/quiz/decimalpoints.html @@ -0,0 +1,4 @@ +

Decimal points

+ +

By using this setting you can select the number of decimals +to be showed in the grade off every attempt.

diff --git a/lang/en/quiz.php b/lang/en/quiz.php index d0d804b44ba..f4000207b04 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -73,6 +73,7 @@ $string['datasetdefinitions'] = 'Reusable dataset definitions for category $a'; $string['datasetnumber'] = 'Number'; $string['daysavailable'] = 'Days available'; $string['decimalformat'] = 'decimals'; +$string['decimalpoints'] = 'Decimal points'; $string['decimals'] = ' with $a '; $string['default'] = 'Default'; $string['defaultgrade'] = 'Default question grade';