mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-21695 adding help and link strings
This commit is contained in:
parent
3a1d485c4a
commit
ebf2f1c428
1 changed files with 5 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue