Randy Neatrour
Randy Neatrour
The jxapi postStatement method will return a single ID, and it's a string. ``` String publishedId = statementClient.postStatement(statement); ``` The postStatements method will return an ID for each statement in...
This test posts and returns an ID with no exceptions thrown. ``` StatementClient client = new StatementClient(lrs_uri, username, password); Statement st = new Statement(new Agent("test", mbox), new Verb("http://adlnet.gov/expapi/verbs/launched"), new Activity("https://www.youtube.com/watch?v=tlBbt5niQto"));...