~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to question/type/multichoice/lang/en/qtype_multichoice.php

  • Committer: Package Import Robot
  • Author(s): Tomasz Muras
  • Date: 2012-11-15 21:50:13 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121115215013-hmzkwz3v5hvm2a0a
Tags: 2.2.6.dfsg-1
New upstream version: 2.2.6 (Build: 20121112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
$string['choiceno'] = 'Choice {$a}';
38
38
$string['choices'] = 'Available choices';
39
39
$string['clozeaid'] = 'Enter missing word';
40
 
$string['correctansweris'] = 'The correct answer is: {$a}.';
 
40
$string['correctansweris'] = 'The correct answer is: {$a}';
41
41
$string['correctfeedback'] = 'For any correct response';
42
42
$string['errgradesetanswerblank'] = 'Grade set, but the Answer is blank';
43
43
$string['errfractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%';