~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to mod/quiz/lang/en/quiz.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
$string['errorunexpectedevent'] = 'Unexpected event code {$a->event} found for question {$a->questionid} in attempt {$a->attemptid}.';
307
307
$string['essay'] = 'Essay';
308
308
$string['essayquestions'] = 'Questions';
 
309
$string['eventquizattemptabandoned'] = 'Quiz attempt abandoned';
 
310
$string['eventquizattempttimelimitexceeded'] = 'Quiz attempt time limit exceeded';
 
311
$string['eventquizattemptstarted'] = 'Quiz attempt started';
 
312
$string['eventquizattemptsubmitted'] = 'Quiz attempt submitted';
309
313
$string['everynquestions'] = 'Every {$a} questions';
310
314
$string['everyquestion'] = 'Every question';
311
315
$string['everythingon'] = 'Everything on';
530
534
$string['orderingquiz'] = 'Order and paging';
531
535
$string['orderingquizx'] = 'Order and paging: {$a}';
532
536
$string['outcomesadvanced'] = 'Outcomes are advanced settings';
533
 
$string['outof'] = '{$a->grade} out of a maximum of {$a->maxgrade}';
534
 
$string['outofpercent'] = '{$a->grade} out of a maximum of {$a->maxgrade} ({$a->percent}%)';
 
537
$string['outof'] = '{$a->grade} out of {$a->maxgrade}';
 
538
$string['outofpercent'] = '{$a->grade} out of {$a->maxgrade} ({$a->percent}%)';
535
539
$string['outofshort'] = '{$a->grade}/{$a->maxgrade}';
536
540
$string['overallfeedback'] = 'Overall feedback';
537
541
$string['overallfeedback_help'] = 'Overall feedback is text that is shown after a quiz has been attempted. By specifying additional grade boundaries (as a percentage or as a number), the text shown can depend on the grade obtained.';
553
557
$string['overrideuser'] = 'Override user';
554
558
$string['overrideusereventname'] = '{$a->quiz} - Override';
555
559
$string['page-mod-quiz-x'] = 'Any quiz module page';
 
560
$string['page-mod-quiz-attempt'] = 'Attempt quiz page';
556
561
$string['page-mod-quiz-edit'] = 'Edit quiz page';
 
562
$string['page-mod-quiz-report'] = 'Any quiz report page';
 
563
$string['page-mod-quiz-review'] = 'Review quiz attempt page';
 
564
$string['page-mod-quiz-summary'] = 'Quiz attempt summary page';
 
565
$string['page-mod-quiz-view'] = 'Quiz information page';
557
566
$string['pagesize'] = 'Page size';
558
567
$string['parent'] = 'Parent';
559
568
$string['parentcategory'] = 'Parent category';
777
786
$string['showeachpage'] = 'Show one page at a time';
778
787
$string['showfeedback'] = 'After answering, show feedback?';
779
788
$string['showinsecurepopup'] = 'Use a \'secure\' popup window for attempts';
 
789
$string['showlargeimage'] = 'Large image';
780
790
$string['shownoattempts'] = 'Show students with no attempts';
781
791
$string['shownoattemptsonly'] = 'Show only students with no attempts';
 
792
$string['shownoimage'] = 'No image';
782
793
$string['showreport'] = 'Show report';
 
794
$string['showsmallimage'] = 'Small image';
783
795
$string['showteacherattempts'] = 'Show teacher attempts';
784
796
$string['showuserpicture'] = 'Show the user\'s picture';
785
797
$string['showuserpicture_help'] = 'If enabled, the student\'s name and picture will be shown on-screen during the attempt, and on the review screen, making it easier to check that the student is logged in as themself in an invigilated (proctored) exam.';