moodle/lang/en_utf8/report_questioninstances.php

17 lines
736 B
PHP
Raw Normal View History

<?PHP // $Id$
$string['questioninstances:view'] = 'View question instances report';
2008-09-10 05:34:09 +00:00
$string['editquestionshere'] = 'Edit questions in this context';
$string['getreport'] = 'Get the report';
2008-09-10 05:34:09 +00:00
$string['hiddenquestions'] = 'Hidden';
$string['intro'] = 'This report lists all the contexts in the system where there are questions of a particular type.';
2008-09-10 05:34:09 +00:00
$string['reportforallqtypes'] = 'Report for all question types';
$string['reportformissingqtypes'] = 'Report for question of unknown types';
$string['reportforqtype'] = 'Report for question type \'$a\'';
$string['reportsettings'] = 'Report settings';
$string['questioninstances'] = 'Question instances';
2008-09-10 05:34:09 +00:00
$string['totalquestions'] = 'Total';
$string['visiblequestions'] = 'Visible';
?>