Report module in Moodle

Report module in Moodle

by Mohd Ehtesham -
Number of replies: 11

Dear All,

We are looking to have differennt reports from the moodle like:

1. Course-wise Assessment Report

S# Course Name Access Count Time Spent Pre score High Score Current Score Details
- User Name
1 The Strategic Account Sales Approach
Rajesh Palliyagaram (RajeshP) 6 5:20:51 25 83 83 View
Anil Mathew (AnilM) 7 4:58:18 - 91 91 View
2 An Introduction to Project Management
Mohit Kapoor (MohitK) 21 4:32:55 55 100 100 View
Chandrasekhar Konda (ChandrasekharK) 6 5:50:51 45 100 94 View
Satish Subbarao (SatishSu) 3 1:28:04 22 - - View

2. User-wise Completion Report
S# User Name Status Completed Date
- Course Name
1 Austin Crasta (AustinC)
Implementing Project Human Resource Management Completed 9-Sep-07
Communications Planning and Information Distribution Completed 30-Sep-07
Performance Reporting and Stakeholder Management Completed 1-Oct-07
Planning Project Procurement and Requesting Seller Responses Completed 12-Oct-07
Choosing Sellers and Administering and Closing Contracts Completed 22-Oct-07
Planning and Identifying Project Risk Completed 3-Oct-07
Analyzing Project Risk Completed 8-Oct-07
Responding to and Controlling Project Risk Completed 8-Oct-07
2 Rajesh Palliyagaram (RajeshP)
The Strategic Account Sales Approach Completed 2-Sep-07
The Master Negotiator Completed 8-Sep-07
The Mark of a Leader Completed 9-Sep-07
Becoming a Manager Completed 11-Sep-07
Discovering What Your Customers Want Completed 13-Sep-07
Understanding Your Customer Completed 3-Sep-07

3. User Wise Usage Report
S# User Name Number of Course Total Usage
Allotted Not Accessed Accessed Completed
1 Anil Mathew (AnilM) 28 4 24 268:42:43
amathew@SierraAtlantic.com
2 Anupam Roy (AnupamR) 2 2 0:00:0
Anupam.Roy@SierraAtlantic.com

4. Course Wise Usage Report
S# Course Name Number of Users Total Usage
Allotted Not Accessed Accessed Completed
1 An Introduction to Project Management 34 1 13 20 148:08:34
2 Analyzing Project Risk 14 1 3 10 43:22:22
3 Becoming a Manager 20 10 6 4 18:18:33
4 Budgeting and Controlling Costs 15 1 2 12 97:32:56

Please let us know if we can generate this type from our moodle by any means.

Regards

Ehtesham

Average of ratings: -
In reply to Mohd Ehtesham

Re: Report module in Moodle

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Moodle 1.9, with it's new gradebook, should make it easy to write new reports like this.
In reply to Tim Hunt

Re: Report module in Moodle

by Mohd Ehtesham -

That means I need to upgrade my installation to 1.9 or only upgrade the grade module.

Regards

Ehtesham

In reply to Tim Hunt

Re: Report module in Moodle

by J Rogers -
Okay, I'll bite. Now that 1.9 is out, how exactly can we get Moodle to generate reports like these? I'd like to see someone make a solution for this report using Moodle's gradebook. Provide screenshots if possible. Even better, a tutorial on how to produce reports like this in Moodle would be fantastic.

Personally I don't think it can be done, but perhaps that's my inexperience speaking. This is a case where I really would love to be proven wrong. smile

Jeremy
In reply to J Rogers

Re: Report module in Moodle

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Well, to do reports like this, you will need to write a new report plugin, which involves writing PHP code. But that gives you a huge amount of flexibility.

You will also need to spend some time studying the Gradebook's data model, to learn how the data you want is represented, and to work out what you need to do to extract it and get it into the format you want.

But there is a tutorial to get you started: Development:Gradebook_Report_Tutorial
Average of ratings: Useful (1)
In reply to Mohd Ehtesham

Reports in Moodle

by mahabub basha -

Dear All,

Do anyone know how to take user-wise usage report, course-wise usage report and unit-wise completion report? I am using Moodle 1.7.

Regards

Basha.

In reply to mahabub basha

Re: Reports in Moodle

by Shail Jai -
Hello Friends

Is there any success actually i also need something like this...

please let me know if you have updates.

Thanks & Regards
Shailesh Jaiswar
In reply to Mohd Ehtesham

Re: Report module in Moodle

by Shail Jai -
do you have any solution for this ?
In reply to Shail Jai

Re: Report module in Moodle

by ravi kiran -

i need the above report if any body gets it plzzzzzzzz forward me the procedure i 2 need the same type of report u can call me on my number 9848507222

In reply to ravi kiran

Re: Report module in Moodle

by Rathish Babu -

Please share us the procedures to work out with these reports if you have any!

In reply to Mohd Ehtesham

Re: Report module in Moodle

by kathir selva -

Dear all,

Does any know the plugin for course-wise report and user-wise report. i am using moodle 2.2. Thanks in advance.

In reply to kathir selva

Re: Report module in Moodle

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

You should use a report plugin for any sort of report.

In the report's lib.php file, you can decide where the report should be added to the navigation structure. The log report is a good example, because it adds itself everywhere!