I'm updating some older courses for a NEW LMS, and I'm not a coding expert
- The LMS runs an adl.nav.request of “exit” which currently takes the SCO away without closing the RTE, presenting the user with the interstitial page
- I'd like to add the following adl.nav.request call when the close button is clicked...
- If incomplete status – adl.nav.request = “suspendAll”
- If completed status – adl.nav.request = “suspendAll” or “exitAll”
When I try to put an action on adl.nav.request, it rejects the variable because it cannot have a period " . " in it.
undefined