Joomdle 1.0 Installation
jomsocial joomdle points
- Carlos Timossi
- Topic Author
- Offline
- New Member
-
Less
More
8 years 7 months ago #1
by Carlos Timossi
jomsocial joomdle points was created by Carlos Timossi
Hi Antonio
Are there any way to add activities other than quiz, course and enrol? I am not a programmer, but I have one into my staff.
I want for example set up points on the base of the points obtained during an exam.
Hay alguna forma de agregar actividades a jomsocial para ganar puntos además de la de completar el curso, enrolarse y mandar un examen.
No soy programador pero tengo uno en mi staff
Por ejemplo quiero darle puntos basado en que calificación obtienen en un examen.
THX / GRX
Carlos
Are there any way to add activities other than quiz, course and enrol? I am not a programmer, but I have one into my staff.
I want for example set up points on the base of the points obtained during an exam.
Hay alguna forma de agregar actividades a jomsocial para ganar puntos además de la de completar el curso, enrolarse y mandar un examen.
No soy programador pero tengo uno en mi staff
Por ejemplo quiero darle puntos basado en que calificación obtienen en un examen.
THX / GRX
Carlos
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
8 years 7 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic jomsocial joomdle points
Hi Carlos.
You cannot do that without modifying Joomdle.
First, in order to do add activities (or do any other action in Joomla) in response to something happening in Moodle, Moodle needs to trigger the appropiate event. Also, it must give the info you need to use, like the grade in this case.
I don't know if the event_submitted event returns the grade, but I guess you could get it from the DB on the event handler if not, and then pass it to Joomla in the web service call.
You cannot do that without modifying Joomdle.
First, in order to do add activities (or do any other action in Joomla) in response to something happening in Moodle, Moodle needs to trigger the appropiate event. Also, it must give the info you need to use, like the grade in this case.
I don't know if the event_submitted event returns the grade, but I guess you could get it from the DB on the event handler if not, and then pass it to Joomla in the web service call.
Please Log in or Create an account to join the conversation.