0

Is there any Moodle web API function available to fetch all the quiz data?

I know some quiz API functions are already available but none of them give the actual quiz data. I want all question and answers included in the particular quiz.

Can anyone suggest how I can get this data through existing moodle API function?

1 Answers1

0

Check mod/quiz/db/services.php for all builtin quiz related services

Bearzi
  • 538
  • 5
  • 18