Asking for guidance on how to use some tools on data from Moodle database

Asking for guidance on how to use some tools on data from Moodle database

by Serdar Okuyucu -
Number of replies: 4

Hi all,

As a part of my project, I have created a number of PHP classes for carrying out statistical tests on given data. They work as they should.

As the next step, I want to integrate these tools into moodle environment to be able to carry out these tests on student grades stored in Moodle. 

For that purpose, I went through

https://docs.moodle.org/dev/Blocks 

https://moodle.org/plugins/.

http://dev.moodle.org/

to check how it is done and if there was a work similar to the one that I want to make. However, since I don't have that much of an experience in web development, I am having a hard time to figure out how to do this. 

I ask you for some advice on how I can employ my PHP classes to access Moodle database and use student grades in my tests in the simplest way. 

Thanks in advance

Average of ratings: -
In reply to Serdar Okuyucu

Re: Asking for guidance on how to use some tools on data from Moodle database

by Darko Miletić -

Your question is not clear. Do you want to run this code as part of moodle or just analyze raw data?

In reply to Darko Miletić

Re: Asking for guidance on how to use some tools on data from Moodle database

by Serdar Okuyucu -

my intention was to run it as a part of Moodle but I don't have the skills to do so. I am kinda intimitated by the range of things to be learned and work required for it.

I now just want to access Moodle database and analyze the raw data

In reply to Serdar Okuyucu

Re: Asking for guidance on how to use some tools on data from Moodle database

by Darko Miletić -
In reply to Darko Miletić

Re: Asking for guidance on how to use some tools on data from Moodle database

by Serdar Okuyucu -

I will

Thanks for your time