Moodle

Do not use "Full name" in exported quiz results sheet

Details

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

Description

When exporting results of the quiz, the first column of the sheet is labeled as "full name" and it contains the full name of a student. In Moodle, the string "Full name" is primarily used in the context of the course title. In some languages (including Czech), you can not use the same words for "Full name" (the course title) and "Full name" (the name of a person).

Therefore:

  • either create new $string['fullpersonname'], probably in the global context (moodle.php)
  • or split the column into two - First name and Last name (Surname), which are primarily used in the context of somebody's name.

Issue Links

Activity

Hide
Tim Hunt added a comment -

I think I will change to to use the language string 'name'.

Show
Tim Hunt added a comment - I think I will change to to use the language string 'name'.
Hide
Jerome Mouneyrac added a comment -

Export quizz result, first column is now called "name".

Show
Jerome Mouneyrac added a comment - Export quizz result, first column is now called "name".

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: