From ebf2f1c42802df99a0e2105bfa2c9fbfcaa08c1e Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Sat, 22 May 2010 20:41:06 +0000 Subject: [PATCH] MDL-21695 adding help and link strings --- question/type/calculated/lang/en/qtype_calculated.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/question/type/calculated/lang/en/qtype_calculated.php b/question/type/calculated/lang/en/qtype_calculated.php index 0ab7dcf16eb..87f7a7410ee 100644 --- a/question/type/calculated/lang/en/qtype_calculated.php +++ b/question/type/calculated/lang/en/qtype_calculated.php @@ -23,7 +23,11 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['addingcalculated'] = 'Adding a Calculated question'; +$string['addingcalculated'] = 'Adding a calculated question'; +$string['addingcalculated_help'] = 'Calculated questions offers a way to create individual numerical question by the use of wildcards that are substituted with individual values when the quiz is taken. '; +$string['addingcalculated_link'] = 'question/type/calculated'; +$string['addingcalculated_help'] = 'Calculated questions offers a way to create individual numerical question by the use of wildcards that are substituted with individual values when the quiz is taken. '; +$string['addingcalculated_link'] = 'question/type/calculated'; $string['additem'] = 'Add Item'; $string['addmoreanswerblanks'] = 'Add another answer blank.'; $string['addmoreunitblanks'] = 'Blanks for {$a} More Units';