| Línea 41... |
Línea 41... |
| 41 |
$string['privacy:metadata:textpurpose'] = 'The actual text submitted for this attempt of the assignment.';
|
41 |
$string['privacy:metadata:textpurpose'] = 'The actual text submitted for this attempt of the assignment.';
|
| 42 |
$string['privacy:path'] = 'Submission Text';
|
42 |
$string['privacy:path'] = 'Submission Text';
|
| 43 |
$string['wordlimit'] = 'Word limit';
|
43 |
$string['wordlimit'] = 'Word limit';
|
| 44 |
$string['wordlimit_help'] = 'If online text submissions are enabled, this is the maximum number of words that each student will be allowed to submit.';
|
44 |
$string['wordlimit_help'] = 'If online text submissions are enabled, this is the maximum number of words that each student will be allowed to submit.';
|
| 45 |
$string['wordlimitexceeded'] = 'The word limit for this assignment is {$a->limit} words and you are attempting to submit {$a->count} words. Please review your submission and try again.';
|
45 |
$string['wordlimitexceeded'] = 'The word limit for this assignment is {$a->limit} words and you are attempting to submit {$a->count} words. Please review your submission and try again.';
|
| 46 |
|
- |
|
| 47 |
// Deprecated since Moodle 4.3.
|
- |
|
| 48 |
$string['numwordsforlog'] = 'Submission word count: {$a} words';
|
- |
|