|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.icodeon.services.ss.events.impl.WholeCourseAlgorithm
public class WholeCourseAlgorithm
| Constructor Summary | |
|---|---|
WholeCourseAlgorithm()
|
|
| Method Summary | |
|---|---|
long |
getAbsoluteDuration()
The sum of absolute duration of activity progress info of leaf items |
java.math.BigDecimal |
getCompletionAmount()
The sum of completed items/ number of leaf items |
long |
getExperiencedDuration()
The sum of experienced duration of activity progress info of leaf items |
java.math.BigDecimal |
getRootActivityMinNormalizedMeasure()
|
java.math.BigDecimal |
getSatisfiedAmount()
The sum of passed leaf items / number of leaf items with pass mark |
java.math.BigDecimal |
getScore()
The sum of scored leaf items / number of leaf items with pass mark |
void |
onActivityTerminate(com.icodeon.services.ss.Manifest manifest)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WholeCourseAlgorithm()
| Method Detail |
|---|
public final void onActivityTerminate(com.icodeon.services.ss.Manifest manifest)
throws com.icodeon.services.ss.exceptions.SequencingServiceException
com.icodeon.services.ss.exceptions.SequencingServiceExceptionpublic java.math.BigDecimal getCompletionAmount()
public java.math.BigDecimal getScore()
public java.math.BigDecimal getSatisfiedAmount()
public long getExperiencedDuration()
public long getAbsoluteDuration()
public java.math.BigDecimal getRootActivityMinNormalizedMeasure()
|
Icodeon SCORM 2004 Sequencing Example Implementation Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||