LearningObjectiveProgress

Overview

It is possible for students to be assessed in the same learning objective in more than one course. This entity tracks progress against learning objectives across multiple courses.

Which learning objectives are included?

  • The entity contains only those learning objectives that have been aligned to assessments and for which student results are available.

Usage in itslearning

Students progress against standards can be viewed globally (that is across all courses). Only learning objectives from the site or global (national) repository are included. Learning objectives created in a course are not captured in this entity.

Aggregated learning objectives progress report (in the student profile card)

images/download/attachments/284208242/image2018-7-10_12_55_32.png

Relationships

LearningObjectiveProgress is linked to:

Diagram

images/download/attachments/284208242/LearningObjectiveProgress.PNG

Entity Details


Name

Data type

Nullable

Description

Name

Data type

Nullable

Description

DateId

Edm.Int32

false

Technical id of a date

RepositoryLearningObjectiveId

Edm.Int32

false

Repository learning objective id

UserId

Edm.Int32

false

User id

IsMastered

Edm.Boolean

false

Flag that determines if a user reached mastery level for a learning objective

MasteryProgress

Edm.Decimal

false

Indicator showing progress in mastery for a user

MasteredAssessmentsRequired

Edm.Byte


Number of required assessments to reach mastery

MasteredAssessmentsCompleted

Edm.Byte


Number of completed assessments counting to mastery

TotalAttemptsTaken

Edm.Int32

false

Number of all attempts

AveragePercentScore

Edm.Byte

false

Average score per user per learning objective (globally, not in a course)

LastAssessmentPercentScore

Edm.Byte

false

User's last score

T_CreatedDate

Edm.DateTime

false

Date and time the entity was created in data warehouse

Request body


URI
https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress?$top=10

Response body - XML


XML response
<?xml version="1.0" encoding="utf-8"?>
<feed xml:base="https://reporting.itslearning.com/odata/engine7" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices
/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
<id>http://schemas.datacontract.org/2004/07/</id>
<title />
<updated>2016-12-21T14:17:43Z</updated>
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress" />
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=2835)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=2835)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=2835)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=2835)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=2835)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=2835)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">2835</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3837)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3837)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3837)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3837)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3837)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3837)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3837</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3838)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3838)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3838)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3838)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3838)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3838)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3838</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3839)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3839)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3839)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3839)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3839)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3839)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3839</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3840)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3840)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3840)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3840)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3840)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3840)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3840</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3841)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3841)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3841)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3841)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3841)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3841)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3841</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3842)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3842)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3842)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3842)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3842)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3842)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3842</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3843)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3843)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3843)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3843)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3843)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3843)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3843</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3844)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3844)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3844)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3844)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3844)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3844)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3844</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3845)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjectiveProgress" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3845)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3845)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Date" type="application/atom+xml;type=entry" title="Date" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3845)/Date" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjective" type="application/atom+xml;type=entry" title="LearningObjective" href="https://reporting.itslearning.com/odata/engine7/LearningObje
ctiveProgress(DateId=20160723,RepositoryLearningObjectiveId=1094,UserId=3845)/LearningObjective" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/User" type="application/atom+xml;type=entry" title="User" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveProgress(DateId=20160
723,RepositoryLearningObjectiveId=1094,UserId=3845)/User" />
<title />
<updated>2016-12-21T14:17:43Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:DateId m:type="Edm.Int32">20160723</d:DateId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">1094</d:RepositoryLearningObjectiveId>
<d:UserId m:type="Edm.Int32">3845</d:UserId>
<d:IsMastered m:type="Edm.Boolean">false</d:IsMastered>
<d:MasteryProgress m:type="Edm.Decimal">0.00000000</d:MasteryProgress>
<d:MasteredAssessmentsRequired m:type="Edm.Byte">2</d:MasteredAssessmentsRequired>
<d:MasteredAssessmentsCompleted m:type="Edm.Byte">0</d:MasteredAssessmentsCompleted>
<d:TotalAttemptsTaken m:type="Edm.Int32">0</d:TotalAttemptsTaken>
<d:AveragePercentScore m:type="Edm.Byte">0</d:AveragePercentScore>
<d:LastAssessmentPercentScore m:type="Edm.Byte">0</d:LastAssessmentPercentScore>
</m:properties>
</content>
</entry>
</feed>


Response body - JSON (default output format)


JSON response
{
"odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#LearningObjectiveProgress","value":[
{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":2835,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3837,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3838,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3839,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3840,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3841,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3842,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3843,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3844,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
},{
"DateId":20160723,"RepositoryLearningObjectiveId":1094,"UserId":3845,"IsMastered":false,"MasteryProgress":"0.00000000","MasteredAssessmentsRequired":2,"MasteredAssessmentsCompleted":0,"TotalAttemptsTaken":0,"AveragePercen
tScore":0,"LastAssessmentPercentScore":0
}
]
}