Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Parent role.

Parent role: Difference between revisions

From MoodleDocs
m (added a link to a forum discussion)
 
(73 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Roles}}
The role of '''Parent''' may be used to provide parents/mentors/tutors with permission to view certain information, such as activity reports, grades, blog entries and forum posts, about their children/mentees/tutees.
The role of '''Parent''' may be used to provide parents/mentors/tutors with permission to view certain information, such as activity reports, grades, blog entries and forum posts, about their children/mentees/tutees.


==Role set-up==
The Parent role may also be allowed to agree to policies on behalf of their underage child. See the section on agreeing to policies on behalf of the child.


#Access ''Administration > Users > Permissions > Define roles''
===Creating a new role===
#Click the button "Add a new role"
 
#Give the role a name e.g. Parent, short name and description
#As an administrator, go to ''Site administration > Users > Permissions > Define roles'' and click the "Add a new role" button.
#Change [[Capabilities/moodle/user:viewdetails|moodle/user:viewdetails]] to ''allow'' - this item is listed within the 'Course' section in 1.9
#For archetype  role choose "No role."
#Give the role a short name (such as "Parent", but it can be anything appropriate, such as tutor/mentor)
#Give the role a custom full name (such as "Parent", but it can be anything appropriate, such as tutor/mentor)
#Under Context types where this role may be assigned check the '''user''' context.
#Under the heading of '''Course'''
#Change [[Capabilities/moodle/user:viewdetails|moodle/user:viewdetails]] to ''allow'' - to access the student's profile
#Under the heading of '''Users'''
#Change [[Capabilities/moodle/user:viewdetails|moodle/user:viewalldetails]] to ''allow'' - to view all aspects of the student's profile
#Change any/all of the following capabilities to ''allow''
#Change any/all of the following capabilities to ''allow''
#*[[Capabilities/moodle/user:readuserblogs|moodle/user:readuserblogs]] - to read the child's blog entries
#*[[Capabilities/moodle/user:readuserblogs|moodle/user:readuserblogs]] - to read the student's blog entries
#*[[Capabilities/moodle/user:readuserposts|moodle/user:readuserposts]] - to read the child's forum posts
#*[[Capabilities/moodle/user:readuserposts|moodle/user:readuserposts]] - to read the student's forum posts
#*[[Capabilities/moodle/user:viewuseractivitiesreport|moodle/user:viewuseractivitiesreport]] - to view the child's activity reports and grades
#*[[Capabilities/moodle/user:viewuseractivitiesreport|moodle/user:viewuseractivitiesreport]] - to view the student's activity reports and grades
#*[[Capabilities/moodle/user:editprofile|moodle/user:editprofile]] - to edit the child's profile
#*[[Capabilities/moodle/user:editprofile|moodle/user:editprofile]] - to edit the student's profile
#Click the button "Add a new role"
#*[[Capabilities/tool/policy:acceptbehalf|tool/policy:acceptbehalf]] for accepting policies on behalf of the student.
#Click the "Create this role" button.


==Role assignment==
{|
| [[File:CustomRole05.png|thumb|Setting up the parent role]]
| [[File:CustomRole06.png|thumb|Assigning capabilities to the parent role]]
| [[File:CustomRole07.png|thumb|Saving changes to the parent role]]
|}


#Access the child's profile page and click on the Roles tab i.e. assign the role in the user context
Some permissions may already be set to "Allow", or the permissions granted here may not be the ones required for that Role. This set of Permissions mean that this Role allows anyone assigned to a Parent Role, then linked to the Student Role, to edit the profile or read the blogs of that Student - not everyone's profile or blogs.
#Choose the role to assign i.e. Parent
#Select the parent in the potential users list, and use the left-facing arrow button to add it to the existing users list
The same parent may be assigned to several children.
===Adding multiple role assignments at once===
(if you are interested in assigning several parent roles ''en masse'' read the discussion at http://moodle.org/mod/forum/discuss.php?d=70539#p345127)


==Mentees block==
==Assigning the parent to the student==
{{Moodle 1.8}}
The [[Mentees block]] provides a parent with quick access to their child's profile page via a link on the site front page.
#On the site front page click "Turn editing on"
#Choose Mentees from the Add a block drop-down menu
#If required, give the Mentees block a title by following the block configuration/edit link


==Viewing activity reports==
*Access the child's full  profile page, via '''Site administration ► Users ► Accounts ► Browse list of users'''
*Click the child's name to view the profile.
*In the Administration section, click Preferences
*In the Roles section, click Assign roles relative to this user
*Choose the role to assign i.e. Parent by clicking on the word.
*Select the parent in the potential users list and use the Add button to add it to the existing users list.


If the capability [[Capabilities/moodle/user:viewuseractivitiesreport|moodle/user:viewuseractivitiesreport]] is set to ''allow'' then a parent/mentee may view their student's activity reports and grades via the student's Profile. 
{|
| [[File:Parentroleassignroles.png|thumb|500px|"Assign roles relative to this user"]]
| [[File:choosingparent.png|thumb|500px|Assigning the parent to the student]]
|}


On the main Profile page, there will be a list of courses.  Clicking on a course title will select that course.  Then, under the Activities tab, the various report and grades sub-tabs will display information relevant to the selected course.  You can easily change which course you are reviewing by selecting another one on the main Profile tab.
At this point you can return to the "Assign roles in user:" page and you should see that the parent name is now in the "Users with Role" column.


One small hack that can make the course list a bit more readable, especially for long course lists, is to change the format to a vertical list:
:'''NOTE:'''The same parent may be assigned to several students, siblings or otherwise.


* Edit the moodle/user/view.php file and look for these lines (around line 349 in my 1.9.9 installation):
===Agreeing to policies on behalf of the child===
<code php>. format_string($mycourse->fullname) . "</a>, ";
If the parent has been given the [[Capabilities/tool/policy:acceptbehalf]] then they can click on the child's profile, click the Policies and agreements link and agree to the policies there:
}
 
else {
[[File:ParentConsent.png|center|thumb|500px]]
$courselisting .= format_string($mycourse->fullname) . ", ";</code>
 
* and change that to :
===Adding the Mentees Block===
<code php>. format_string($mycourse->fullname) . "</a><br>";
This block needs to be added so parents can see links to their child's profile.
}
 
else {
* On the Front Page, turn editing on.
$courselisting .= format_string($mycourse->fullname) . "<br>";;</code>
*Go to the '''Add Blocks''' block and select the [[Mentees block]] and when it appears, click on the Configuration icon.
* Then save
*Edit the configuration settings to suit the needs of the site. When complete, save the changes and return to the Front Page.
 
{|
| [[File:addmenteesblock.png|thumb|Accessing the Add Blocks]]
| [[File:configuringmenteesblock.png|thumb|Setting the configuration values]]
|}
 
===How a parent sees their child's activities===
 
*Once the mentees block has been added, a parent/mentor sees the link to any children/mentees they are responsible for.
*They click on a name and will be taken to the profile page of that user.
*They then select from "Course profiles" - the name of a course the user is enrolled in.
*Grades may then be viewed by clicking in the Reports section
*Forum posts or similar may also be viewed from the user's profile in the Miscellaneous section.
{|
| [[File:MOParentRole01a.png|thumb|Click the name of a course in the profile]]
| [[File:MOParentRole02.png|thumb|Only '''then''' choose an item, for example grades]]
| [[File:MOParentRole03.png|thumb|The course grades are now visible]]
|}
 
*To view activity in another course, the parent needs to click back to the user's main profile and then select another course link.


==See also==
==See also==
*[[Manage roles]] - including testing a new role
*[http://www.youtube.com/watch?v=Gk_TRi_N00o The Parent role in Moodle 2.0 video]
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=57812 Create a Parent of a student role] forum discussion
*[[Create_custom_roles|Create a custom role]]
*[http://www.youtube.com/watch?v=-49YrtjMTTo Setting up a Parent Role video]
*[https://moodle.org/mod/forum/discuss.php?d=389146#p1568758 Forum discussion regarding limitations to the mentor role]
*[http://www.youtube.com/watch?v=P23GT2peLZI Parent Signing in on Moodle video]
 
[[Category:Roles]]


[[eu:Guraso_rola]]
[[eu:Guraso_rola]]
[[fr:Rôle Parent]]
[[fr:Rôle parent]]
[[ja:親ロール]]
[[ja:親ロール]]
[[de:Eltern-Rolle]]
[[de:Eltern-Rolle]]
[[nl:Ouder Rol]]
[[es:Rol paterno]]

Latest revision as of 22:43, 1 April 2020


The role of Parent may be used to provide parents/mentors/tutors with permission to view certain information, such as activity reports, grades, blog entries and forum posts, about their children/mentees/tutees.

The Parent role may also be allowed to agree to policies on behalf of their underage child. See the section on agreeing to policies on behalf of the child.

Creating a new role

  1. As an administrator, go to Site administration > Users > Permissions > Define roles and click the "Add a new role" button.
  2. For archetype role choose "No role."
  3. Give the role a short name (such as "Parent", but it can be anything appropriate, such as tutor/mentor)
  4. Give the role a custom full name (such as "Parent", but it can be anything appropriate, such as tutor/mentor)
  5. Under Context types where this role may be assigned check the user context.
  6. Under the heading of Course
  7. Change moodle/user:viewdetails to allow - to access the student's profile
  8. Under the heading of Users
  9. Change moodle/user:viewalldetails to allow - to view all aspects of the student's profile
  10. Change any/all of the following capabilities to allow
  11. Click the "Create this role" button.
Setting up the parent role
Assigning capabilities to the parent role
Saving changes to the parent role

Some permissions may already be set to "Allow", or the permissions granted here may not be the ones required for that Role. This set of Permissions mean that this Role allows anyone assigned to a Parent Role, then linked to the Student Role, to edit the profile or read the blogs of that Student - not everyone's profile or blogs.

Assigning the parent to the student

  • Access the child's full profile page, via Site administration ► Users ► Accounts ► Browse list of users
  • Click the child's name to view the profile.
  • In the Administration section, click Preferences
  • In the Roles section, click Assign roles relative to this user
  • Choose the role to assign i.e. Parent by clicking on the word.
  • Select the parent in the potential users list and use the Add button to add it to the existing users list.
"Assign roles relative to this user"
Assigning the parent to the student

At this point you can return to the "Assign roles in user:" page and you should see that the parent name is now in the "Users with Role" column.

NOTE:The same parent may be assigned to several students, siblings or otherwise.

Agreeing to policies on behalf of the child

If the parent has been given the Capabilities/tool/policy:acceptbehalf then they can click on the child's profile, click the Policies and agreements link and agree to the policies there:

ParentConsent.png

Adding the Mentees Block

This block needs to be added so parents can see links to their child's profile.

  • On the Front Page, turn editing on.
  • Go to the Add Blocks block and select the Mentees block and when it appears, click on the Configuration icon.
  • Edit the configuration settings to suit the needs of the site. When complete, save the changes and return to the Front Page.
Accessing the Add Blocks
Setting the configuration values

How a parent sees their child's activities

  • Once the mentees block has been added, a parent/mentor sees the link to any children/mentees they are responsible for.
  • They click on a name and will be taken to the profile page of that user.
  • They then select from "Course profiles" - the name of a course the user is enrolled in.
  • Grades may then be viewed by clicking in the Reports section
  • Forum posts or similar may also be viewed from the user's profile in the Miscellaneous section.
Click the name of a course in the profile
Only then choose an item, for example grades
The course grades are now visible
  • To view activity in another course, the parent needs to click back to the user's main profile and then select another course link.

See also