Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2, 1.8, 1.9
-
Component/s: Roles / Access
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
Description
Something about parents roles...
Currently, if you go to http://localhost/moodle-17/user/view.php?id=11&course=3, parents will be forced to enrol, otherwise they could not view reports of the students under that course. I think they should not be forced to enrol, if they are just visiting the user profile page.
We possibly need a block or something to show all the user contexts the current user is assigned to, to help easy navigation otherwise it's very difficult to find the right "children".
Hi Yu,
Just to add to what we have been discussing.
As a parent, the user will need to know the student profile page in order to see the activity tab and then the grades. This can only be done, I think, now through an HTML block on the /my/ page. This is how I did it on my site.
Also, as we discussed, the direct link to the student grade tab is the only way to see the grades for the students.
So, you idea of a block might be appropriate.
Bill