public interface LearningTrackingProvider
| Modifier and Type | Method and Description |
|---|---|
void |
registerStatement(String prefix,
String actorEmail,
String verbStr,
String objectURI,
Boolean resultSuccess,
Float resultScaledScore)
Send a simple learning activity (LRS) statement with an optional result
Statements are the bread and butter of Experience API (a.k.a.
|
void registerStatement(String prefix, String actorEmail, String verbStr, String objectURI, Boolean resultSuccess, Float resultScaledScore)
prefix - the string which represents a type of entity handled by an entity provideractorEmail - the user email address, "I"verbStr - a string indicating the action, "did"objectURI - URI indicating the object of the statement, "this"resultSuccess - [OPTIONAL] true if the result was successful (pass) or false if not (fail), "well"resultScaledScore - [OPTIONAL] Score from -1.0 to 1.0 where 0=0% and 1.0=100%IllegalArgumentException - if the prefix is not set or other required fields are left blank or null#LearningResourceStoreService.registerStatement(LRS_Statement statement, String origin)Copyright © 2007–2020 Sakai Project. All rights reserved.