- Posts: 2
Is it possible for a student to automatically change group?
- Jamie
- Topic Author
- Offline
- New Member
-
Less
More
13 years 9 months ago #1
by Jamie
Is it possible for a student to automatically change group? was created by Jamie
I would like to know it is possible for Joomdle to cause a change in group in Joomla when a students achieves a certain grade in Moodle. My students have to stay at a level until they achieve a certain competence. At that point the teacher has to inform me that the student needs to change level and therefore get the menus and materials relevant to the new level. Is there any way that this task can be automated? There is a level test that they take in Moodle but I do not know how to connect the result to any sort of trigger. I realise that I am not talking about a standard feature but I am asking if you know of any plug in that could be used to achieve this.
Regards and thanks...
Regards and thanks...
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
13 years 9 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Is it possible for a student to automatically change group?
There is no such plugin, as far as I know.
I don't know if it can be done, as I think there is no event called in Moodle when a grade is given.
Maybe the quiz_attempt_submitted event could be used, but i am not sure.
I don't know if it can be done, as I think there is no event called in Moodle when a grade is given.
Maybe the quiz_attempt_submitted event could be used, but i am not sure.
Please Log in or Create an account to join the conversation.
- Jamie
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
13 years 9 months ago #3
by Jamie
Replied by Jamie on topic Re: Is it possible for a student to automatically change group?
I can imagine the problems. I hope that the clever guys at that end will think about it though as I am sure that other users would really like such a feature.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
13 years 9 months ago #4
by Chris
Replied by Chris on topic Re: Is it possible for a student to automatically change group?
The only possible things I can think of that might contribute (not make it work) would be:
- the ending requiring a quiz as Antonio has pointed out. The quiz results could possible trigger someting
- a course / level / competency certificate being generated
The other option, and this depends on your data, would be to have a cron job running on your server that checks for the require data in the appropriate tables.
- the ending requiring a quiz as Antonio has pointed out. The quiz results could possible trigger someting
- a course / level / competency certificate being generated
The other option, and this depends on your data, would be to have a cron job running on your server that checks for the require data in the appropriate tables.
Please Log in or Create an account to join the conversation.