1 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of Moodle - http://moodle.org/
|
|
|
3 |
//
|
|
|
4 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
// it under the terms of the GNU General Public License as published by
|
|
|
6 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
// (at your option) any later version.
|
|
|
8 |
//
|
|
|
9 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
// GNU General Public License for more details.
|
|
|
13 |
//
|
|
|
14 |
// You should have received a copy of the GNU General Public License
|
|
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
|
|
|
17 |
/**
|
|
|
18 |
* Strings for component 'quiz_responses', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
19 |
*
|
|
|
20 |
* @package quiz_responses
|
|
|
21 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['cannotloadoptions'] = 'Could not load question options';
|
|
|
26 |
$string['include'] = 'Include the';
|
|
|
27 |
$string['mustselectcols'] = 'You must include something.';
|
|
|
28 |
$string['pagesize'] = 'Page size';
|
|
|
29 |
$string['pluginname'] = 'Responses';
|
|
|
30 |
$string['privacy:preference:qtext'] = 'Whether to show the question text columns.';
|
|
|
31 |
$string['privacy:preference:resp'] = 'Whether to show the students\' response columns.';
|
|
|
32 |
$string['privacy:preference:right'] = 'Whether to show the correct response columns.';
|
|
|
33 |
$string['privacy:preference:which_tries'] = 'Which tries to show responses from.';
|
|
|
34 |
$string['privacy:preference:which_tries:first'] = 'The first try at a question during an attempt by a user.';
|
|
|
35 |
$string['privacy:preference:which_tries:last'] = 'The last try at a question during an attempt by a user.';
|
|
|
36 |
$string['privacy:preference:which_tries:all'] = 'All tries at a question during an attempt by a user.';
|
|
|
37 |
$string['questiontext'] = 'question text';
|
|
|
38 |
$string['reportresponses'] = 'Responses';
|
|
|
39 |
$string['response'] = 'response';
|
|
|
40 |
$string['responses'] = 'Responses';
|
|
|
41 |
$string['responsesdownload'] = 'Responses download';
|
|
|
42 |
$string['responsesfilename'] = 'responses';
|
|
|
43 |
$string['responsesoptions'] = 'Responses options';
|
|
|
44 |
$string['responsesreport'] = 'Responses report';
|
|
|
45 |
$string['responsestitle'] = 'Responses';
|
|
|
46 |
$string['responsex'] = 'Response {$a}';
|
|
|
47 |
$string['rightanswer'] = 'right answer';
|
|
|
48 |
$string['rightanswerx'] = 'Right answer {$a}';
|
|
|
49 |
$string['showattempts'] = 'Only show / download attempts';
|
|
|
50 |
$string['showthe'] = 'Show the';
|
|
|
51 |
$string['summaryofquestiontext'] = 'Summary of the question';
|
|
|
52 |
$string['summaryofresponse'] = 'Summary of the response given';
|
|
|
53 |
$string['summaryofrightanswer'] = 'Summary of the right answer';
|