How to retrieve a list of users who have only passed a quiz in Moodle? [closed]
تبليغيرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.
Trying to get a list of users in Moodle who have only passed any quiz (1 or more) (also have to pass the required passing score for that quiz). How would you do this?
Seems a bit complicated. Not sure if I should be doing it thru SQL or PHP or both.
Find all courses > output only those who passed (also meet the required passing score/attempts).
For example if I got 5 users in Moodle but only 2 people have passed a quiz… only show those two users.
Name / Moodle UserID / Email / Quizzes Passed
John / 056 / john@gmail.com / How to Count + How to Draw
Bob / 025 / bob@bob.com / How to Draw
—
Any help would be much appreciated 🙏
أضف إجابة