by Hittesh Ahuja.
Oh! tell me about it.. im still trying my luck with it.. will definately post it here if i (ever! ) manage to crack it
EDIT : To be honest , since its a one off thing, I dont mind doing it in parts in PHP, so as to avoid writing a big SQL query. This is what i have in mind,
- Get all courses in Moodle
- Foreach course, get all enrolled users ( Only students, ideally)
- For each enrolled user, check if the user has submitted an assigment or not
- If it has, show the assignment name, if not, show blank
Does this path look sensible to anyone out there?