Which event fires when summary slide show up
May you all live in peace!
I am a Moodle developer and am trying to customize summary slide in course presentation. I have already written JS code which can modify the summary slide content as per my needs. The only issue is that when summary slide loads, it shows default slide and I have to reload the page to get my custom design appear.
It appears that I need to run my JS code on a proper event to make it work. I have tried to go through documentation to get to know the relevant one but not successful.