I'm using Pathlore LMS and am attempting to track some user-defined variables. On the Pathlore side, I've defined my new variables within the content center. What I want to do now is submit new values for those variables from my Lectora course. Can I use something as simple as a Modify Variable action? If so, does that information automatically get submitted to the LMS by Lectora, or do I need to somehow incorporate a Submit Variable action as well? If so, would that require an intermediary variable processing page?Alternatively:Pathlore's User Guide suggests using:parent.psSetVariable('variableID',value)Will I have to embed this function call in Lectora for it to work? If so, how do I refer to the value of a Lectora radio button variable or other similar form-defined variable in the javascript above?