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
Tim Hunt added a comment - 19/Sep/07 11:48 PM
I think I will change to to use the language string 'name'.

Jerome Mouneyrac added a comment - 29/Jul/08 03:52 PM
Export quizz result, first column is now called "name".