MDL-21695 adding help and link strings

This commit is contained in:
Helen Foster 2010-05-25 15:50:55 +00:00
parent 57c3a35887
commit 00aac9a54b

View File

@ -31,4 +31,6 @@ $string['feedbackfalse'] = 'Feedback for the response \'False\'.';
$string['feedbacktrue'] = 'Feedback for the response \'True\'.';
$string['true'] = 'True';
$string['truefalse'] = 'True/False';
$string['truefalse_help'] = 'In response to a question (that may include a image) the respondent chooses from true or false.';
$string['truefalse_link'] = 'question/type/truefalse';
$string['truefalsesummary'] = 'A simple form of multiple choice question with just the two choices \'True\' and \'False\'.';