donaldmoore
Hi,
At the moment, Guru doesn't have a built-in feature to check whether a module is completed or not. However, you can create a custom code to integrate with Guru to achieve this functionality. One possible approach is to modify the guru_modal.js
file located in components\com_guru\js\
to detect and calculate the module status.
Find this code (line around 809)
$modal.find('.guru-lesson-content iframe').on('load',
and try to implement your solution from that.