numerical and random question type creation form migrated to formslib

This commit is contained in:
jamiesensei 2007-01-07 16:10:42 +00:00
parent 375ed78a93
commit 6e9b6ba207
5 changed files with 210 additions and 120 deletions

View 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.';
?>