Functions in Hype xAPI
HypeXAPI
HypeXAPI.sendStatementByDataset
1min
this function sends a statement based on dataset attributes to use this function, simply pass in the element that you want the attributes to be taken from the function will then send a statement based on those attributes for example, if you have an element with the following attributes data xapi actor = "john doe" data xapi verb = "likes" data xapi object = "cats" the function will send a statement like this john doe likes cats hypexapi sendstatementbydataset(element);