ItemResult

An object representing a scored item attempt for the person and item represented by the associated LmsStatusObject.

Usage

The ItemResult object is only meaningful in the context of an LmsStatusObject.

Identifying Fields

AttemptNumber

An integer that identifies the number of this attempt for the person and item represented by the associated LmsStatusObject.

Fields

ItemType

An ItemType object representing the item's type.

Title

A string representing the title of the item. Titles can be represented in multiple languages by specifying the 'xml:lang' attribute. Titles are restricted to a maximum length of 1000 characters. When searching for a Person's ItemResults, there is no way to restrict the search based on language and the search is performed on all languages.

ReportedStatus

An enumerated type with possible values suspended, active, incomplete, completed, failed, passed.

ScaledScore

A decimal representing the reported scaled score for this attempt.

PassingScore

A decimal representing the passing score for this item.

StartedDatetime

The date and time when the user started this attempt.

CompletedDatetime

The date and time when this attempt was completed.

Duration

A decimal representing the total time in seconds (precision of one-hundredth of a second) that the learner spent interacting with the SCO during this attempt.


The following fields are deprecated:

SuccessStatus

A string with possible values 'passed', 'failed', 'unknown'.

CompletionStatus

A string with possible values 'completed', 'incomplete', 'not attempted', 'unknown'.