LearningObjectiveAssessment
Overview
This entity records the assessments of individual learning objectives. It is updated when a teacher assesses a student's work that is related to a learning assessment. It hold key data such as the percentage score and date of assessment. It is related to the course where the assessment took place ('CourseID'), the learning objective ('LearningObjectiveId') and the element (tool) in the course where the assessment occurred ('CourseElementId').
Which assessments are included?
- All learning objective results - from those course elements that use learning objective assessment.
- Elements using other assessment options (e.g. grade only) are not included.
Usage in itslearning
Learning Objective assessment can be set-up in tests, assignments and the task tool. They allow teachers to give clear guidance to student as to what they need to understand/achieve.
Learning Objectives in Test Tool

All learning objective are stored as an percentage (0 - 100) This is recorded in this entity. In itslearning teachers can see a 'friendly' description such as 'meets' or 'exceeds' that is set-up at the customer/site level. The learning objective percentage to 'friendly' name mapping is found through the LearningObjectiveAssessmentStatus relationship.
In the itslearning learning objective progress report teacher can see the both the percentage and their associated status.
Learning Objective in Learning Objective Progress Report

Relationships
LearningObjectiveAssessment is linked to:
Diagram

Entity Details
Name | Data type | Nullable | Description |
|---|---|---|---|
Name | Data type | Nullable | Description |
DateId | Edm.Int32 | false | Technical id of a date |
UserId | Edm.Int32 | false | Id of a user |
LearningObjectiveId | Edm.Int32 | false | Id of a learning objective |
CourseElementId | Edm.Int32 | false | Id of an element |
IsOverridingRecord | Edm.Boolean | false | Flag that determines if this assessment overrides another assessment |
CourseId | Edm.Int32 | false | Id of a course |
OrganizationId | Edm.Int32 | false | Id of an organization |
LearningObjectiveAssessmentStatusId | Edm.Int32 | false | Id of learning objective assessment status |
RepositoryLearningObjectiveId | Edm.Int32 | false | Repository learning objective id |
AssessmentDate | Edm.DateTime | false | Assessment date |
ExcludeFromCalculations | Edm.Boolean | false | Flag that determines if the assessment is excluded from calculations |
FinalPercentScore | Edm.Int32 | false | Final score expressed in percent (if manually changed, it will be different from the original one) |
OriginalPercentScore | Edm.Int32 | false | Original score expressed in percent |
AssessmentScoreCountsToMastery | Edm.Boolean | false | Flag that determines if assessment score is counted to mastery calculation |
IsOverridden | Edm.Boolean | false | Flag that determines if assessment result was manually overridden |
IsMasteryForced | Edm.Boolean | false | Flag that determines if mastery was manually selected for the assessment |
IsLastAssessment | Edm.Boolean | false | Flag that determines if the last assessment on a particular learning objective (course context) |
IsLastCourseAssessment | Edm.Boolean | false | Flag that determines if the last assessment on a global learning objective (platform context) |
DeletedDate | Edm.DateTime | Deletion date of the assessment | |
T_CreatedDate | Edm.DateTime | false | Date and time the entity was created in data warehouse |
Request body
https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments?$top=10Response body - XML
<?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-21T11:29:00Z</updated> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments" /> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=214,LearningObjectiveId=62794,CourseElementId=1321,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20141001</d:DateId> <d:UserId m:type="Edm.Int32">214</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">62794</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">1321</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">12</d:CourseId> <d:OrganizationId m:type="Edm.Int32">29</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">4</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">1120407</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2014-10-01T12:22:28</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">100</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">100</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">true</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">2016-08-15T02:02:53</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8496,CourseElementId=3587,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20130702</d:DateId> <d:UserId m:type="Edm.Int32">3542</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">8496</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">3587</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">206</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">5</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">175937</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-07-02T12:19:25</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">100</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">100</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">true</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)" /> <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/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)/Date" /> <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/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)/User" /> <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/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=3542,LearningObjectiveId=8497,CourseElementId=3587,IsOverridingRecord=true)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20130702</d:DateId> <d:UserId m:type="Edm.Int32">3542</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">8497</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">3587</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">true</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">206</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">1</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">175938</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-07-02T12:19:25</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">0</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">0</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">false</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">true</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">true</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1511,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20131121</d:DateId> <d:UserId m:type="Edm.Int32">1511</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">7744</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">5629</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">258</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">5</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">216464</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-11-21T10:22:49</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">100</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">100</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">true</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5181,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20131121</d:DateId> <d:UserId m:type="Edm.Int32">5181</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">7744</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">5629</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">258</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">2</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">216464</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-11-21T10:22:56</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">50</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">50</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">false</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5182,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20131121</d:DateId> <d:UserId m:type="Edm.Int32">5182</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">7744</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">5629</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">258</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">5</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">216464</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-11-21T10:22:49</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">100</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">100</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">true</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5183,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20131121</d:DateId> <d:UserId m:type="Edm.Int32">5183</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">7744</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">5629</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">258</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">1</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">216464</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-11-21T10:23:01</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">25</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">25</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">false</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=5184,LearningObjectiveId=7744,CourseElementId=5629,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20131121</d:DateId> <d:UserId m:type="Edm.Int32">5184</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">7744</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">5629</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">258</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">5</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">216464</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-11-21T10:22:49</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">100</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">100</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">true</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=181,LearningObjectiveId=7550,CourseElementId=7933,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20130807</d:DateId> <d:UserId m:type="Edm.Int32">181</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">7550</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">7933</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">416</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">5</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">197059</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2013-08-07T12:21:45</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">100</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">100</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">true</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessment" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)" /> <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/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)/Date" /> <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/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)/User" /> <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/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)/LearningObjective" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElement" type="application/atom+xml;type=entry" title="CourseElement" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Course" type="application/atom+xml;type=entry" title="Course" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)/Organization" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessmentStatus" type="application/atom+xml;type=entry" title="LearningObjectiveAssessmentStatus" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessments(UserId=1538,LearningObjectiveId=11027,CourseElementId=8656,IsOverridingRecord=false)/LearningObjectiveAssessmentStatus" /> <title /> <updated>2016-12-21T11:29:00Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:DateId m:type="Edm.Int32">20150721</d:DateId> <d:UserId m:type="Edm.Int32">1538</d:UserId> <d:LearningObjectiveId m:type="Edm.Int32">11027</d:LearningObjectiveId> <d:CourseElementId m:type="Edm.Int32">8656</d:CourseElementId> <d:IsOverridingRecord m:type="Edm.Boolean">false</d:IsOverridingRecord> <d:CourseId m:type="Edm.Int32">598</d:CourseId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">4</d:LearningObjectiveAssessmentStatusId> <d:RepositoryLearningObjectiveId m:type="Edm.Int32">777840</d:RepositoryLearningObjectiveId> <d:AssessmentDate m:type="Edm.DateTime">2015-07-21T09:55:53</d:AssessmentDate> <d:ExcludeFromCalculations m:type="Edm.Boolean">false</d:ExcludeFromCalculations> <d:FinalPercentScore m:type="Edm.Int32">75</d:FinalPercentScore> <d:OriginalPercentScore m:type="Edm.Int32">75</d:OriginalPercentScore> <d:AssessmentScoreCountsToMastery m:type="Edm.Boolean">true</d:AssessmentScoreCountsToMastery> <d:IsOverridden m:type="Edm.Boolean">false</d:IsOverridden> <d:IsMasteryForced m:type="Edm.Boolean">false</d:IsMasteryForced> <d:IsLastAssessment m:type="Edm.Boolean">true</d:IsLastAssessment> <d:IsLastCourseAssessment m:type="Edm.Boolean">true</d:IsLastCourseAssessment> <d:DeletedDate m:type="Edm.DateTime">9999-12-31T00:00:00</d:DeletedDate> </m:properties> </content> </entry></feed>Response body - JSON (default output format)
{ "odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#LearningObjectiveAssessments","value":[ { "DateId":20141001,"UserId":214,"LearningObjectiveId":62794,"CourseElementId":1321,"IsOverridingRecord":false,"CourseId":12,"OrganizationId":29,"LearningObjectiveAssessmentStatusId":4,"RepositoryLearningObjectiveId":1120407,"AssessmentDate":"2014-10-01T12:22:28","ExcludeFromCalculations":false,"FinalPercentScore":100,"OriginalPercentScore":100,"AssessmentScoreCountsToMastery":true,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"2016-08-15T02:02:53" },{ "DateId":20130702,"UserId":3542,"LearningObjectiveId":8496,"CourseElementId":3587,"IsOverridingRecord":false,"CourseId":206,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":5,"RepositoryLearningObjectiveId":175937,"AssessmentDate":"2013-07-02T12:19:25","ExcludeFromCalculations":false,"FinalPercentScore":100,"OriginalPercentScore":100,"AssessmentScoreCountsToMastery":true,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20130702,"UserId":3542,"LearningObjectiveId":8497,"CourseElementId":3587,"IsOverridingRecord":true,"CourseId":206,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":1,"RepositoryLearningObjectiveId":175938,"AssessmentDate":"2013-07-02T12:19:25","ExcludeFromCalculations":false,"FinalPercentScore":0,"OriginalPercentScore":0,"AssessmentScoreCountsToMastery":false,"IsOverridden":true,"IsMasteryForced":true,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20131121,"UserId":1511,"LearningObjectiveId":7744,"CourseElementId":5629,"IsOverridingRecord":false,"CourseId":258,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":5,"RepositoryLearningObjectiveId":216464,"AssessmentDate":"2013-11-21T10:22:49","ExcludeFromCalculations":false,"FinalPercentScore":100,"OriginalPercentScore":100,"AssessmentScoreCountsToMastery":true,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20131121,"UserId":5181,"LearningObjectiveId":7744,"CourseElementId":5629,"IsOverridingRecord":false,"CourseId":258,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":2,"RepositoryLearningObjectiveId":216464,"AssessmentDate":"2013-11-21T10:22:56","ExcludeFromCalculations":false,"FinalPercentScore":50,"OriginalPercentScore":50,"AssessmentScoreCountsToMastery":false,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20131121,"UserId":5182,"LearningObjectiveId":7744,"CourseElementId":5629,"IsOverridingRecord":false,"CourseId":258,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":5,"RepositoryLearningObjectiveId":216464,"AssessmentDate":"2013-11-21T10:22:49","ExcludeFromCalculations":false,"FinalPercentScore":100,"OriginalPercentScore":100,"AssessmentScoreCountsToMastery":true,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20131121,"UserId":5183,"LearningObjectiveId":7744,"CourseElementId":5629,"IsOverridingRecord":false,"CourseId":258,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":1,"RepositoryLearningObjectiveId":216464,"AssessmentDate":"2013-11-21T10:23:01","ExcludeFromCalculations":false,"FinalPercentScore":25,"OriginalPercentScore":25,"AssessmentScoreCountsToMastery":false,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20131121,"UserId":5184,"LearningObjectiveId":7744,"CourseElementId":5629,"IsOverridingRecord":false,"CourseId":258,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":5,"RepositoryLearningObjectiveId":216464,"AssessmentDate":"2013-11-21T10:22:49","ExcludeFromCalculations":false,"FinalPercentScore":100,"OriginalPercentScore":100,"AssessmentScoreCountsToMastery":true,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20130807,"UserId":181,"LearningObjectiveId":7550,"CourseElementId":7933,"IsOverridingRecord":false,"CourseId":416,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":5,"RepositoryLearningObjectiveId":197059,"AssessmentDate":"2013-08-07T12:21:45","ExcludeFromCalculations":false,"FinalPercentScore":100,"OriginalPercentScore":100,"AssessmentScoreCountsToMastery":true,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" },{ "DateId":20150721,"UserId":1538,"LearningObjectiveId":11027,"CourseElementId":8656,"IsOverridingRecord":false,"CourseId":598,"OrganizationId":1,"LearningObjectiveAssessmentStatusId":4,"RepositoryLearningObjectiveId":777840,"AssessmentDate":"2015-07-21T09:55:53","ExcludeFromCalculations":false,"FinalPercentScore":75,"OriginalPercentScore":75,"AssessmentScoreCountsToMastery":true,"IsOverridden":false,"IsMasteryForced":false,"IsLastAssessment":true,"IsLastCourseAssessment":true,"DeletedDate":"9999-12-31T00:00:00" } ]}