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';