Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 6 of 6
var myCustomLMS_API = {};
myCustomLMS_API.get = function (value){
var result;
//ajax call to ASP/PHP on server, asking for value to be returned
return result;
}
//Assuming you've already 'found' the API and named it 'lms'
var studentName = lms.get("name");

Thanks again for the prompt response.
1 to 6 of 6