You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/qtype_stack.php
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,6 @@
139
139
$string['feedbackvariables_help'] = 'The feedback variables enable you to manipulate any of the inputs, together with the question variables, prior to traversing the tree. Variables defined here may be used anywhere else in this tree.';
$string['fieldshouldnotcontainplaceholder'] = '{$a->field} should not contain any [[{$a->type}:...]] placeholders.';
142
-
$string['firstnodemusthavelowestnumber'] = 'The first node must have the lowest number.';
143
142
$string['fixdollars'] = 'Fix dollars';
144
143
$string['fixdollarslabel'] = 'Replace <code>$...$</code> with <code>\(...\)</code>, <code>$$...$$</code> with <code>\[...\]</code> and <code>@...@</code> with <code>{@...@}</code> on save.';
145
144
$string['fixdollars_help'] = 'This option is useful if are copying and pasting (or typing) TeX with <code>$...$</code> and <code>$$...$$</code> delimiters. Those delimiters will be replaced by the recommended delimiters during the save process.';
@@ -252,7 +251,6 @@
252
251
$string['namealreadyused'] = 'You have already used this name.';
253
252
$string['newnameforx'] = 'New name for \'{$a}\'';
254
253
$string['next'] = 'Next';
255
-
$string['nextcannotbeself'] = 'A node cannot link to itself as the next node.';
256
254
$string['nodehelp'] = 'Response tree node';
257
255
$string['nodehelp_help'] = '<h3> Answer test</h3>
258
256
An answer test is used to compare two expressions to establish whether they satisfy some mathematical criteria.
@@ -343,7 +341,6 @@
343
341
$string['quiet_icon_true'] = '<span title ="Quiet on" alt="Quiet On Microphone icon" style="font-size: 1.25em; color:red;"><i class="fa fa-microphone-slash" aria-hidden="true"></i></span>';
344
342
$string['quiet_icon_false'] = '<span title ="Quiet off" alt="Quiet Off Microphone icon" "style="font-size: 1.25em; color:blue;"><i class="fa fa-commenting-o"></i></span>';
345
343
$string['renamequestionparts'] = 'Rename parts of the question';
346
-
$string['requiredfield'] = 'This field is required!';
$string['requirelowestterms_help'] = 'When this option is set to yes, any coefficients or other rational numbers in an expression, must be written in lowest terms. Otherwise the answer is rejected as invalid.';
0 commit comments