From e3866c921aa9f9ca7781c53a3db592b275d24c89 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 25 May 2010 09:37:52 +0000 Subject: [PATCH] MDL-21695 adding help and link strings --- question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php b/question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php index 49286eef4bb..66fb497d87f 100644 --- a/question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php +++ b/question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php @@ -24,6 +24,8 @@ */ $string['addingcalculatedsimple'] = 'Adding a Simple Calculated question'; +$string['addingcalculatedsimple_help'] = 'Simple calculated questions enable individual numerical questions to be created using wildcards that are substituted with individual values when the quiz is taken. Simple calculated questions offer the most used features of the calculated question with a simpler creation interface.'; +$string['addingcalculatedsimple_link'] = 'question/type/calculatedsimple'; $string['atleastonewildcard'] = 'There must be at least one wild card {x..} present in the correct answer formulas'; $string['calculatedsimple'] = 'Calculated Simple'; $string['calculatedsimple_help'] = '

Calculatedsimple questions are similar to calculated questions but can be edited in a single page process, calculated needing a three pages. These question types offers a way to create individual numerical question by the use of wildcards {a},{b}that are substituted with individual values when the quiz is taken.

-- 2.11.4.GIT