Name of a person editing a glossary entry

Name of a person editing a glossary entry

par Beatriz Rojo,
Nombre de réponses : 4

Hi there,

I use Moodle 3.x and I recently discovered this characteristic of the glossary. My student assistant usually prepares the courses and she created a glossary with the entries and explanations that I gave to her. She is thus the creator of the glossary. The course has begonnen and I edited an entry, adding an elaboration. In the "Recent Activities" block, it appears "New entry in glossary: [Name of student assistant]". Is there a way to change this option and that my name appears on the block? The context is that it is a continuous learning course for teachers and we don't want them to see "strangers" in the course. The student assistant was actually removed from the course.

Thanks for your support!

Beatriz

Moyenne des évaluations  -
En réponse à Beatriz Rojo

Re: Name of a person editing a glossary entry

par Jon Bolton,
Avatar Particularly helpful Moodlers Avatar Testers

Hi Beatriz

There’s no way you can change it to your name without making a change in the actual database to your userid rather than the assistant - but if you have access to custom css settings, you could add the following, which will prevent the name from actually displaying:

.block_recent_activity .name {display: none;}

If the 'Browse by Author' tab is showing in the Glossary, you can get rid of that too - see this section of the Glossary documentation for more information.

Moyenne des évaluations Useful (1)
En réponse à Jon Bolton

Re: Name of a person editing a glossary entry

par Helen Foster,
Avatar Core developers Avatar Documentation writers Avatar Moodle HQ Avatar Particularly helpful Moodlers Avatar Plugin developers Avatar Testers Avatar Translators

Hi Beatriz,

An alternative solution to Jon's (excellent) suggestions would be to export the glossary entries, create a new glossary activity, then import the entries and delete the original glossary activity. By importing glossary entries, you are automatically named as author. If you then edit an entry, you will be named in the recent activities block.

Please see the documentation Using Glossary for details of exporting and importing entries.

Moyenne des évaluations Useful (2)