3

How to get all activities/quizzes from course object ? I need to get all active quizzes in a course.

Version Moodle 2.8.5 Regards.

Bhargava
  • 421
  • 5
  • 21

1 Answers1

12

Using method get_array_of_activities(courseId) from course/lib.php, i got the activities objects as an array.

Bhargava
  • 421
  • 5
  • 21