Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
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_grading', language 'en', branch 'MOODLE_20_STABLE'
19
 *
20
 * @package   quiz_grading
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['alldoneredirecting'] = 'All selected attempts have been graded. Returning to the list of questions.';
26
$string['alreadygraded'] = 'Already graded';
27
$string['alsoshowautomaticallygraded'] = 'Also show questions that have been graded automatically';
28
$string['attemptstograde'] = 'Attempts to grade';
29
$string['automaticallygraded'] = 'Automatically graded';
30
$string['backtothelistofquestions'] = 'Back to the list of questions';
31
$string['cannotloadquestioninfo'] = 'Unable to load questiontype specific question information';
32
$string['cannotgradethisattempt'] = 'Cannot grade this attempt.';
33
$string['changeoptions'] = 'Change options';
34
$string['essayonly'] = 'The following questions need to be graded manually';
35
$string['invalidquestionid'] = 'Gradable question with ID {$a} not found';
36
$string['invalidattemptid'] = 'No such attempt ID exists';
37
$string['gradeall'] = 'grade all';
38
$string['gradeattemptsall'] = 'All ({$a})';
39
$string['gradeattemptsautograded'] = 'Those that have been graded automatically ({$a})';
40
$string['gradeattemptsmanuallygraded'] = 'Those that have previously been graded manually ({$a})';
41
$string['gradeattemptsneedsgrading'] = 'Those that need grading ({$a})';
42
$string['graded'] = '(graded)';
43
$string['gradenextungraded'] = 'Grade next {$a} ungraded attempts';
44
$string['gradeungraded'] = 'Grade all {$a} ungraded attempts';
45
$string['grading'] = 'Manual grading';
46
$string['grading:viewidnumber'] = 'See student identity fields while grading';
47
$string['grading:viewstudentnames'] = 'See student names while grading';
48
$string['gradingall'] = 'All {$a} attempts on this question.';
49
$string['gradingattempt'] = 'Attempt number {$a->attempt} for {$a->fullname}';
50
$string['gradingattemptwithcustomfields'] = 'Attempt number {$a->attempt} for {$a->fullname} ({$a->customfields})';
51
$string['gradingattemptsxtoyofz'] = 'Grading attempts {$a->from} to {$a->to} of {$a->of}';
52
$string['gradingnextungraded'] = 'Next {$a} ungraded attempts';
53
$string['gradingnotallowed'] = 'You do not have permission to manually grade responses in this quiz';
54
$string['gradingquestionx'] = 'Grading question {$a->number}: {$a->questionname}';
55
$string['gradingreport'] = 'Manual grading report';
56
$string['gradinguser'] = 'Attempts for {$a}';
57
$string['gradingungraded'] = '{$a} ungraded attempts';
58
$string['hideautomaticallygraded'] = 'Hide questions that have been graded automatically';
59
$string['inprogress'] = 'In progress';
60
$string['noquestionsfound'] = 'No manually graded questions found';
61
$string['nothingfound'] = 'Nothing to display';
62
$string['options'] = 'Options';
63
$string['orderattemptsby'] = 'Order attempts by';
64
$string['pluginname'] = 'Manual grading';
65
$string['privacy:preference:order'] = 'What order to show the attempts that need grading.';
66
$string['privacy:preference:pagesize'] = 'How many attempts to show on each page of the grading interface.';
67
$string['qno'] = 'Q #';
68
$string['questionname'] = 'Question name';
69
$string['questionsperpage'] = 'Questions per page';
70
$string['questionsthatneedgrading'] = 'Questions that need grading';
71
$string['questiontitle'] = 'Question {$a->number} : "{$a->name}" ({$a->openspan}{$a->gradedattempts}{$a->closespan} / {$a->totalattempts} attempts {$a->openspan}graded{$a->closespan}).';
72
$string['random'] = 'Random';
73
$string['saveandnext'] = 'Save and show next';
74
$string['showstudentnames'] = 'Show student names';
75
$string['tograde'] = 'To grade';
76
$string['total'] = 'Total';
77
$string['unknownquestion'] = 'Unknown question';
78
$string['updategrade'] = 'update grades';
79
 
80
// Deprecated since Moodle 4.4.
81
$string['grade'] = 'grade';