quiz NOBUG Attempt {$a} was appearing on the view page. Need a new lang string.
This commit is contained in:
@@ -97,6 +97,7 @@ $string['attempterror'] = 'You are not allowed to attempt this quiz at this time
|
||||
$string['attemptfirst'] = 'First attempt';
|
||||
$string['attemptincomplete'] = 'That attempt (by {$a}) is not yet completed.';
|
||||
$string['attemptlast'] = 'Last attempt';
|
||||
$string['attemptnumber'] = 'Attempt';
|
||||
$string['attemptquiznow'] = 'Attempt quiz now';
|
||||
$string['attempts'] = 'Attempts';
|
||||
$string['attemptsallowed'] = 'Attempts allowed';
|
||||
|
||||
+1
-1
@@ -181,7 +181,7 @@
|
||||
$table->align = array();
|
||||
$table->size = array();
|
||||
if ($attemptcolumn) {
|
||||
$table->head[] = get_string('attempt', 'quiz');
|
||||
$table->head[] = get_string('attemptnumber', 'quiz');
|
||||
$table->align[] = 'center';
|
||||
$table->size[] = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user