Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Anonymous Users: Difference between revisions

From MoodleDocs
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{CategoryDeveloper}}
{{CategoryDeveloper}}


'''This document is currently being written'''
{{Work in progress}}
 
{{Moodle 2.0}}


__TOC__
__TOC__

Revision as of 09:06, 30 April 2009

Template:CategoryDeveloper

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.


Moodle 2.0


Objective

To allow users to switch into an anonymous mode when using certain activities eg when posting to a forum, so that the user's real identity cannot be ascertained by other non-privileged users.

The anonymity of the activity will depend upon:

  1. Module settings;
  2. User profile settings

Scenarios

There are 3 possible scenarios for an activity:

  1. Teacher sets an activity to run in "Anonymous Mode". Using the example of a forum, all users who post to the forum will do so anonymously;
  2. Teacher sets an activity to run in "Optional Anonymous Mode". In this scenario moodle will check the user settings to see if they have enabled anonymity;
  3. Teacher sets an activity as "Not Anonymous".

User Profile

Proposed new settings in a user's profile:

Field Type Description
anonymous_name text User can enter an anonymous name they would like to use. This field may be disabled depending on global settings


Core Code

Activity Modules