Moodle

$string['quizclose'] used where $string['quizcloses'] would be more appropriate

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.8
  • Fix Version/s: 1.8.4, 1.9
  • Component/s: Quiz
  • Labels:
    None
  • Affected Branches:
    MOODLE_18_STABLE
  • Fixed Branches:
    MOODLE_18_STABLE, MOODLE_19_STABLE

Description

I think perhaps the wrong $string is being used for the following:
On this page:
/mod/quiz/view.php?id=5796
You have ...
$string['quizclose'] = 'Close the quiz';
... when I think it would be more appropriate to have ...
$string['quizcloses'] = 'Quiz closes';

In the same place, the strings related to opening the quiz, should probably be changed.

These are the 4 strings copied from the English language pack.
$string['quizclose'] = 'Close the quiz';
$string['quizcloses'] = 'Quiz closes';
$string['quizopen'] = 'Open the quiz';
$string['quizopens'] = 'Quiz opens';

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: