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
(New page: {{CategoryDeveloper}} '''This document is currently being written''' __TOC__ == Objectives == To allow users to switch into an anonymous mode when using certain activities eg when posti...)
 
No edit summary
Line 5: Line 5:
__TOC__
__TOC__


== Objectives ==
== Objective ==
To allow users to switch into an anonymous mode when using certain activities eg when posting to a forum, so that the users real identity cannot be ascertained by other non-privileged users.
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:
# Module settings;
# User profile settings
 
=== Scenarios ===
There are 3 possible scenarios for an activity:
# 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;
# 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;
# Teacher sets an activity as "Not Anonymous".


== User Profile ==
== User Profile ==

Revision as of 09:10, 17 April 2009

Template:CategoryDeveloper

This document is currently being written

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

Core Code

Activity Modules