mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-79543 h5pactivity: Remove review_all_attempts string
This string became obsolete in Moodle 4.0 due to changes in course navigation. Since then, it has remained unused and can now be safely removed, as it is unlikely to be needed in the future.
This commit is contained in:
parent
68aba64d35
commit
6e8d1454ba
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ $string['result_other'] = 'Unknown interaction type';
|
|||
$string['result_sequencing_choice'] = 'Positions';
|
||||
$string['result_sequencing_answer'] = 'Position value';
|
||||
$string['result_sequencing_position'] = '#{$a}';
|
||||
$string['review_all_attempts'] = 'View all attempts ({$a} submitted)';
|
||||
$string['review_mode'] = 'Review attempts';
|
||||
$string['review_my_attempts'] = 'View my attempts';
|
||||
$string['review_user_attempts'] = 'View user attempts ({$a})';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue