public interface LearningTrackable extends EntityProvider
EntityProvider interface| Modifier and Type | Method and Description |
|---|---|
void |
registerStatement(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.
|
getEntityPrefixvoid registerStatement(String actorEmail, String verbStr, String objectURI, Boolean resultSuccess, Float resultScaledScore)
actorEmail - 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 required fields are left blank or null#LearningResourceStoreService.registerStatement(LRS_Statement statement, String origin)Copyright © 2003–2022 Sakai Project. All rights reserved.