Hi,
Is it possible or is there a workaround to use JavaScript or JQuery on WPLMS 4 dashboard. I have custom code to create a "Manager View" tab which shows all the managers Schools and the students etc. I would like to just create a custom accordion using JQuery but my JavaScript does not load. Is there a way to correct this?
Check this doc for custom extension
https://docs.wplms.io/developer-guide/custom-extension which is Using
React js may help for your requirement.
It can be used to render the component at the custom tab.