Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Ultimately, Sosua will need to track interactions with a user on pages and sequences. However, in the short term, we can grade a page assigned based on view/no view, and a sequence on reaching the end or how far along.

IMS has done some design work to formalize the SCORM data persistance at:
http://www.imsglobal.org/ssp/sspv1p0/imsssp_prflv1p0.html

Sequence Tracking

When a user starts a sequence, an attempt record is created. This record tracks progress through the sequence. On reaching a defined end-point (there is only one in the current implementation), a grade is calculated for this sequence as an activity. This grade can be optionally posted to the Sakai gradebook. Tracking only happens if this activity is represented as an assignment.

Results Table

Field Name

Type

Notes

Assignment Id

String

Can be null.

User Id

String

Must be non-null.

Attempt Id

Number

This might be a time-stamp

Completed

Time

Can be null.

Grade

Decimal

Can be null.

  • No labels