307f045f |
1 | <?php |
2 | /* |
3 | * Created on Aug 20, 2006 |
4 | * |
5 | * To change the template for this generated file go to |
6 | * Window - Preferences - PHPeclipse - PHP - Code Templates |
7 | */ |
8 | |
9 | $string['answersingleno'] = 'Multiple answers allowed'; |
10 | $string['answersingleyes'] = 'One answer only'; |
11 | $string['choiceno'] = 'Choice $a'; |
12 | $string['choices'] = 'Available choices'; |
13 | $string['editingmultichoice'] = 'Editing a Multiple Choice question'; |
14 | $string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.'; |
15 | $string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%%<br />Instead, they add up to $a%%<br />Do you want to go back and fix this question?'; |
16 | $string['fractionsnomax'] = 'One of the answers should be 100%%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?'; |
17 | $string['feedback'] = 'Feedback'; |
18 | $string['notenoughanswers'] = 'This type of question requires at least $a answers'; |
19 | $string['overallcorrectfeedback'] = 'Feedback for any correct answer'; |
20 | $string['overallpartiallycorrectfeedback'] = 'Feedback for any partially correct answer'; |
21 | $string['overallincorrectfeedback'] = 'Feedback for any incorrect answer'; |
22 | $string['shuffleanswers'] = 'Shuffle answers'; |
23 | $string['singleanswer'] = 'Choose one answer.'; |
24 | |
25 | ?> |