Ad-hoc database queries
Maintained by
Tim Hunt, Mahmoud Kassaei, Hieu Vu Van
This report plugin allows Administrators to set up arbitrary database queries
to act as ad-hoc reports. Reports can be of two types, either run on demand,
or scheduled to run automatically. Other users with the right capability can
go in and see a list of queries that they have access to. Results can be viewed
on-screen or downloaded as CSV.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Is anyone who knows how I can get the students results for all courses?
I was wondering if I could create a report where I can see the students results for all courses the student is enrolled.
The student has the OVERVIEW REPORT, where they can access the results of all courses they are enrolled.
However, the teacher does not have this option to see the results of all courses the student is enrolled.
Mostly cases, the student is enrolled in the same course as their trainer.
If someone could help me with that I would be eternally grateful.
Thank
Do you know when the plugin will be updated? Thanks!
Cheers,
RD
SELECT prefix_course.id,prefix_course.shortname,prefix_course.fullname, prefix_course_categories.id,prefix_course_categories.name
FROM prefix_course, prefix_course_categories
WHERE prefix_course.category = prefix_course_categories.id
AND prefix_course_categories.parent=0
order by prefix_course_categories.name, prefix_course.fullname
thanks in advance
00 05 * * * root mutt -s "Subject of Email" -a /var/www/moodledata/admin_report_customsql/2/`date +\%Y\%m\%d`-030000.csv -- email@email.org < /var/www/moodledata/admin_report_customsql/2/message.txt email2@email2.edu < /var/www/moodledata/admin_report_customsql/2/message.txt