Installation Guide 
1. Upload ZIP Package to Server
Copy the provided .zip package to the root folder of your Moodle server (this must be the same server where Moodle is installed so the module can access the Moodle database).
/home/reportswwdad/public_html/moodle/
Upload the zip file inside the Moodle directory (as shown above).

2. Extract the ZIP File
This will create a folder named: coursecompletionreport

3. Configure Application Settings
Open the config.php file in your preferred code or text editor and update the following parameters:
a) Domain Path
Set the $domainname to the Moodle directory URL on your production site:
$domainname = 'https://reports.wwdad.com.au/moodle/';

b) Database Connection Details
Update the database connection string with your Moodle database credentials:
$con = mysqli_connect("localhost", "dbusername", "dbpassword", "dbname");
$con = mysqli_connect("localhost","reportswwdad_dbuser","S~IX(=3#J)&p!jt7","reportswwdad_learningportal_db");

4. Verify Installation
In your browser, visit:
https://<your-domain>/moodle/coursecompletionreport/

