0

I wanna make a export page for all completed courses from each user. but which API function I can use best.

I have found the function core_completion_get_course_completion_status, but the problem is that it needs a courseid and a userid. The problem is that with 100 users and every user has 20 couses he has to make 100 x 20 = 2000 API calls. I find that a lot myself.

Does anyone have a better way for me?

2
  • You should probably write your own Commented Sep 20, 2018 at 7:55
  • @EvgeniyVoevodin Do you have any link for the documentation for making my own?
    – Jur Dekker
    Commented Sep 20, 2018 at 7:59

1 Answer 1

0

You have to make a plugin first, then populate it with web service

Not the answer you're looking for? Browse other questions tagged or ask your own question.