Package com.mypurecloud.sdk.v2.model
Class LearningShareableContentObject
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningShareableContentObject
- All Implemented Interfaces:
Serializable
Learning assignment SCO (Shareable Content Object)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWhether completing this course counts towards the overall assignment.static enumWhether the learner has previously accessed this SCO.static enumIndicates how or why the learner left the SCO.static enumThe status of the SCO.static enumIdentifies the mode in which the SCO should be presented to the learner. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates how or why the learner left the SCO.getEntry()getExit()getHref()getId()getMode()inthashCode()The ID of the SCO from the course manifest.lessonStatus(LearningShareableContentObject.LessonStatusEnum lessonStatus) The status of the SCO.The learner’s current location in the SCO.The maximum score that could be achieved on the SCO.The minimum score that could be achieved on the SCO.The score of the most recent attempt on the SCO.sessionTime(String sessionTime) The amount of time spent in the SCO in this session expressed as an ISO-8601 Duration, for example PT2H10M3.5S.voidvoidvoidvoidsetLocation(String location) voidsetScoreMax(Float scoreMax) voidsetScoreMin(Float scoreMin) voidsetScoreRaw(Float scoreRaw) voidsetSessionTime(String sessionTime) voidsetSuspendData(String suspendData) suspendData(String suspendData) The unique information generated by the SCO from previous uses.toString()
-
Constructor Details
-
LearningShareableContentObject
public LearningShareableContentObject() -
LearningShareableContentObject
-
-
Method Details
-
id
The ID of the SCO from the course manifest. -
getId
-
setId
-
getLessonStatus
-
getExit
-
location
The learner’s current location in the SCO. Maps to the SCORM 1.2 cmi.core.lesson_location property. -
getLocation
-
setLocation
-
scoreRaw
The score of the most recent attempt on the SCO. Maps to the SCORM 1.2 cmi.core.score.raw property. -
getScoreRaw
-
setScoreRaw
-
scoreMax
The maximum score that could be achieved on the SCO. Maps to the SCORM 1.2 cmi.core.score.max property. -
getScoreMax
-
setScoreMax
-
scoreMin
The minimum score that could be achieved on the SCO. Maps to the SCORM 1.2 cmi.core.score.min property. -
getScoreMin
-
setScoreMin
-
suspendData
The unique information generated by the SCO from previous uses. Maps to the SCORM 1.2 cmi.suspend_data property. -
getSuspendData
-
setSuspendData
-
getCredit
-
getEntry
-
getMode
-
getTotalTime
-
sessionTime
The amount of time spent in the SCO in this session expressed as an ISO-8601 Duration, for example PT2H10M3.5S. Maps to the SCORM 1.2 cmi.core.session_time property. -
getSessionTime
-
setSessionTime
-
getHref
-
getParameters
-
getLaunchData
-
equals
-
hashCode
public int hashCode() -
toString
-