I'm trying to customise Moodle - 4.O according to my requirements. I have installed My programs plugin so that we can create a program and add some courses into it. The thing is I want to display all the courses in the program as cards. The Course card has to contain Course image, course name, number of learners etc.... I was unable to find where moodle stores these course images in database, so that I can fetch them and display in the card. Is there any other way to display course image in card?
I checked in every table for that course image, it seems like they are not storing anywhere, but in my courses page,card view, they were displaying the card with images of the course. I checked the my courses code, but didn't get how they are rendering the course images.