Hi community. We are modifying our Totara instance to call out to our existing api and habitually check for a response of complete. This involves the a custom class we are building into the code base for managing these calls and handling responses. The information i am looking for is how to add a custom notification block to the scorm module view (as seen below) in the style of the information notification much like the "Manually mark this activity when complete" block in the screen shot below. This block would indicate complete status from our API response.
I will need to write custom code to trigger this, but i am having trouble getting the UI to respond using the existing notification classes. Any help would be appreciated.