mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-3633 Don't show the attempt number column on the quiz view page if the quiz only allows one attempt.
This commit is contained in:
parent
237806f4f0
commit
152d3c0242
5 changed files with 64 additions and 29 deletions
|
@ -412,8 +412,10 @@ $string['noquestionsfound'] = 'No questions found';
|
|||
$string['noquestionsinfile'] = 'There are no questions in the import file';
|
||||
$string['noresponse'] = 'No Response';
|
||||
$string['noreview'] = 'You are not allowed to review this quiz';
|
||||
$string['noreviewshort'] = 'Not permitted';
|
||||
$string['noview'] = 'Logged-in user is not allowed to view this quiz';
|
||||
$string['noreviewuntil'] = 'You are not allowed to review this quiz until $a';
|
||||
$string['noreviewuntilshort'] = 'Available $a';
|
||||
$string['noscript'] = 'JavaScript must be enabled to continue!';
|
||||
$string['notavailable'] = 'This quiz is not currently available';
|
||||
$string['notavailabletostudents'] = 'Note: This quiz is not currently available to your students';
|
||||
|
@ -557,6 +559,7 @@ $string['reviewopen'] = 'Later, while the quiz is still open';
|
|||
$string['reviewoptions'] = 'Students may review';
|
||||
$string['reviewoptionsheading'] = 'Review options';
|
||||
$string['reviewresponse'] = 'Review response';
|
||||
$string['reviewthisattempt'] = 'Review your responses to this attempt';
|
||||
$string['rqp'] = 'Remote Question';
|
||||
$string['rqps'] = 'Remote Questions';
|
||||
$string['save'] = 'Save';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue