Forum Discussion
AdamTrosper
Community Member
Hi Amit,
I would try replacing all instances of SetStatus("passed");
or SetStatus("failed");
with one of the following:
lmsAPI.SetPassed();
or
lmsAPI.SetFailed();
This should call the correct function directly.
amityunger-53b6
6 years agoCommunity Member
It works GREAT!
Thanks a lot! :)