Feature Wiki

Information about planned and released features

Tabs

SOAP Function getLearningProgressChanges

1 Requirements

A new SOAP function getLearningProgressChanges should be implemented using the input parameters:
  • sid: Session-ID
  • timestamp: timestamp (YYYY-MM-DD hh:mm:ss) since when lp changes should be returned
  • include_ref_ids: include ref ids for objects, this makes it easier for external systems that save ILIAS ref ids for objects
  • type_filter: object types (stringArray)
Output parameters are:
  • lp_data: changed learning progresses as  XML
The XML uses the following DTD:
<!ELEMENT LPData (LPChange*)>
<!ELEMENT LPChange EMPTY>
<!ATTLIST LPChange
UserId CDATA #REQUIRED
ObjId CDATA #REQURED
RefIds CDATA #IMPLIED (comma separated)
Timestamp CDATA #REQUIRED (YYYY-MM-DD hh:mm:ss)
LPStatus CDATA #REQUIRED
>

2 Status

3 Additional Information

  • If you want to know more about this feature, its implementation or funding, please contact: killing (at) leifos.de

4 Discussion

JF 15 Apr 2013: We appreciate this feature and schedule it for 4.4.

5 Implementation

Implemented as described above.

Last edited: 17. Apr 2025, 15:02, Kunkel, Matthias [mkunkel]