mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
numerical and random question type creation form migrated to formslib
This commit is contained in:
parent
375ed78a93
commit
6e9b6ba207
5 changed files with 210 additions and 120 deletions
7
lang/en_utf8/qtype_numerical.php
Normal file
7
lang/en_utf8/qtype_numerical.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$string['addmoreanswerblanks'] = 'Blanks for {no} More Answers';
|
||||
$string['answerno'] = 'Answer $a';
|
||||
$string['unithdr'] = 'Unit $a';
|
||||
$string['addmoreunitblanks'] = 'Blanks for {no} More Units';
|
||||
$string['notenoughanswers'] = 'You must enter at least one answer.';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue