- Posts: 128
Child / Student Registration through JomSocial / JSPT
- Ron Wells
- Topic Author
- Offline
- Premium Member
-
Less
More
15 years 2 months ago #21
by Ron Wells
Replied by Ron Wells on topic Re: Child / Student Registration through JomSocial / JSPT
Yes - they show in assign courses view. Just not in mentees module. I have the parent role set as 8 in joomdle config in moodle which corresponds with role id in moodle.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
15 years 2 months ago #22
by Chris
Replied by Chris on topic Re: Child / Student Registration through JomSocial / JSPT
@Ron
A question. With so many cyber problems dealing with underage these days we need to provide quality protection. That said, every country has different rules on this. In my case, we wish to allow students on site first so they can get engaged and starting learning. But we give them a few days grace to have the parents approve and we restrict their participation for example: registration but personal details, photos, etc will not be published to the site until the parents register. Other similar things.
In your case, is it mandatory that they cannot register first or could you restrict what they do thus facilitate an easier process?
Yes - we would want to block students registering without parents. Parents must first accept terms before we would allow students on the site.
A question. With so many cyber problems dealing with underage these days we need to provide quality protection. That said, every country has different rules on this. In my case, we wish to allow students on site first so they can get engaged and starting learning. But we give them a few days grace to have the parents approve and we restrict their participation for example: registration but personal details, photos, etc will not be published to the site until the parents register. Other similar things.
In your case, is it mandatory that they cannot register first or could you restrict what they do thus facilitate an easier process?
Please Log in or Create an account to join the conversation.
- Ron Wells
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 128
15 years 2 months ago #23
by Ron Wells
To protect our families, our policy is to have Parents approve their student's account before any student activity is done on the site - outside of just reviewing publicly available areas of the site.
Replied by Ron Wells on topic Re: Child / Student Registration through JomSocial / JSPT
chris wrote: In your case, is it mandatory that they cannot register first or could you restrict what they do thus facilitate an easier process?
To protect our families, our policy is to have Parents approve their student's account before any student activity is done on the site - outside of just reviewing publicly available areas of the site.
Please Log in or Create an account to join the conversation.
- Ron Wells
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 128
15 years 2 months ago - 15 years 2 months ago #24
by Ron Wells
Replied by Ron Wells on topic Re: Child / Student Registration through JomSocial / JSPT
BUG in code:
1) Parents seeing more than just their assigned students.
When looking at the menu item "assign courses", some students that are NOT assigned to the parent are showing on the option list. After looking at the database - what is likely happening is as follows:
a. Parent account with ID = u62_parent_id=62 is seeing all student accounts assigned to 62 PLUS
b. All students with a parent that whose ID also contains a "62" within the ID will show as well.
For Example:
Parent with ID of 62 will also see students with following params set in Joomla user table: u627_parent_id=627, u626_parent_id=626, etc.
2) Assign Course - "Available Children - "(Add New)" link not working correctly.
When clicking on the link "(add new)" on this menu item, it takes parent to a list of courses instead of taking parent to the "Children registration" section / menu.
Thanks for confirming / looking into...
1) Parents seeing more than just their assigned students.
When looking at the menu item "assign courses", some students that are NOT assigned to the parent are showing on the option list. After looking at the database - what is likely happening is as follows:
a. Parent account with ID = u62_parent_id=62 is seeing all student accounts assigned to 62 PLUS
b. All students with a parent that whose ID also contains a "62" within the ID will show as well.
For Example:
Parent with ID of 62 will also see students with following params set in Joomla user table: u627_parent_id=627, u626_parent_id=626, etc.
2) Assign Course - "Available Children - "(Add New)" link not working correctly.
When clicking on the link "(add new)" on this menu item, it takes parent to a list of courses instead of taking parent to the "Children registration" section / menu.
Thanks for confirming / looking into...
Last edit: 15 years 2 months ago by Ron Wells.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 2 months ago #25
by Antonio Durán
Replied by Antonio Durán on topic Re: Child / Student Registration through JomSocial / JSPT
Hi.
Thanks for the bug report. I will look into it right away, and let you know.
Thanks for the bug report. I will look into it right away, and let you know.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
15 years 2 months ago #26
by Antonio Durán
Replied by Antonio Durán on topic Re: Child / Student Registration through JomSocial / JSPT
Just in case anyone else is following: Fixed for next release.
Please Log in or Create an account to join the conversation.