Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Database activity module
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
Description
It would be nice to have a possibility to display some user profile fields in the database in list or single view with ##fieldname##. In the preferences "Admin-Block.>Modules->database->settings the admin could choose which fields are allowed to be displayed in the database module..
It would also be nice to display any other field of the mysql database which is authorized by the admin like "date joined" or date joined course,
But priority would be user profile fields and custom user profile fields.
Attachments
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-16593 | export username |
|
|
|
Just a quick note that before displaying a user profile field we will need to ensure that that particular user as access to that information. The actual process of getting and putting the data in should not be that difficult. I would like to see the list of possible profile field dynamically generated so that they can be chosen. So there is a bit of a double check that the teacher will be able to see field and then also the user (i.e. student). Peace - Anthony