Venkat

Results 4 comments of Venkat

Hi, Thanks for the reply. I still have a doubt on this. I agree that: `String publishedId = statementClient.postStatement(statement);` returns a single ID which is a string. But, in the...

Hi, I tried to POSTed a statement to > https://lrs.adlnet.gov/xAPI/ LRS successfully stored the statement and returned the ID. **And the jxApi still threw an JsonSyntaxException** as mentioned above. So...

Originally I had my own local server from compiled from: > https://github.com/Apereo-Learning-Analytics-Initiative/OpenLRS But I also tested with the ADL's LRS. The following code also throws an exception: ``` Statement statement...