How can i integrate the Quiz module of Moodle in Cakephp?

Re: How can i integrate the Quiz module of Moodle in Cakephp?

by baya singh -
Number of replies: 1

Hello Tim,


All services defined in "services.php" are workable but services mentioned in below link

https://docs.moodle.org/dev/Quiz_web_services

are missing which results in not getting the details of quiz related questions and options.


Via command line,  view_quiz API returns 1 instead of returning the details of quiz related questions and options.   


How can i proceed further in integrating quiz module of Moodle in other website?  


With Regards,

Baya Singh

In reply to baya singh

Re: How can i integrate the Quiz module of Moodle in Cakephp?

by Rahul Chakraborty -

HI Baya, 

Did you got any solution for your problem. Actually I am too looking for the same functionality. I want to fetch course/quiz/questions and related students of moodle using web-service api's but unable to succeed.

It is quite easy in Canvas as they have very rich API's. Not sure if moodle supports this.

I have used LTI to connect my application with Moodle and I am able to launch my application inside Moodle Course.

But now I am stuck in fetching quizzes ans quiz questions of a course.

Thanks in anticipation.


Regards

Rahul