Issue Details (XML | Word | Printable)

Key: MDL-10972
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: David Mudrak
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

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

Created: 24/Aug/07 05:26 AM   Updated: 29/Jul/08 03:52 PM
Return to search
Component/s: Quiz
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9

Issue Links:
Relates
 

Participants: David Mudrak, Jerome Mouneyrac and Tim Hunt
Security Level: None
QA Assignee: Jerome Mouneyrac
Resolved date: 19/Sep/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
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.



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
tjhunt committed 2 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 19/Sep/07 11:52 PM
MDL-10972 - The lang string 'fullname', which is normally used for course fullnames, was being used for a person's full name in some quiz reports. This dual usage is not translatable into all languages.
MODIFY mod/quiz/report/grading/report.php   Rev. 1.19.2.5    (+2 -2 lines)
MODIFY mod/quiz/report/overview/report.php   Rev. 1.75.2.14    (+5 -5 lines)
tjhunt committed 2 files to 'Moodle CVS' - 19/Sep/07 11:52 PM
MDL-10972 - The lang string 'fullname', which is normally used for course fullnames, was being used for a person's full name in some quiz reports. This dual usage is not translatable into all languages. Merged from MOODLE_18_STABLE.
MODIFY mod/quiz/report/grading/report.php   Rev. 1.25    (+2 -2 lines)
MODIFY mod/quiz/report/overview/report.php   Rev. 1.96    (+5 -5 lines)