Anonymity in postings

Anonymity in postings

by Kylie Stewart -
Number of replies: 1
I am developing a moodle course for 1st year classroom teachers. We need to provide some type of anonymity in the forum postings. Does anyone know if you can set the forum system to use their username rather than first and last name on postings?


Average of ratings: -
In reply to Kylie Stewart

Re: Anonymity in postings

by Aaron Milavec -

If you add this code to the config.php file:

$CFG->forcelastname  = 'Anonymous';

Then all student names will show the first name with "Anonymous" as their last name.  This, however, will happen throughout the system (all courses).

Cheers,

Aaron