LearningItem
Overview
This is a dimension entity which gathers information about course elements (course content) and manual assessments (teacher created assessments not related to a course element) that have been added to a courses. It links together several other entities that describe the course and term to which the item belongs, the student's grade and session information.
Which learning items types are included?
This entity includes all types of elements (e.g. assignments, test, files) and all the assessments added manually to the courses by the teachers.
The entity shows the latest version of each learning item.
Usage in itslearning
The LearningItem gathers data from many sources in itslearning notably those items that are assessed (tasks, tests, assignments, tasks and manual assessments in grade book).
Relationships
LearningItem is linked to:
Course - the item belongs to a course
ElementType - the item has a type/group
Term - the item was allocated to a course in a specific time period (term)
AssessmentScale - the item uses an assessment scale
UserGrade - the item has a grade (result)
CourseElement - the item is a course element
Diagram

Entity Details
Name | Data type | Nullable | Description |
|---|---|---|---|
LearningItemId | Edm.Int32 | false | Id of a learning item |
ElementTypeId | Edm.Int32 | false | Id of an Element type for this learning item |
CourseId | Edm.Int32 | false | Id of a course in which the learning item belongs |
TermId | Edm.Int32 | false | Id of a term |
CourseElementId | Edm.Int32 | true | Id of a CourseElement entity, if the row is a course element. |
AssessmentScaleId | Edm.Int32 | false | Id of an assessment scale the Learning Item is using |
HasLearningObjective | Edm.Boolean | false | Flag that determines if the learning item has learning objective |
HasAssessmentCriteria | Edm.Boolean | false | Flag that determines if the learning item has assessment criteria |
ElementCategoryId | Edm.Int32 | false | Id of an element category |
IsAddedToGradebook | Edm.Boolean | false | Flag that determines if item was added to a Gradebook |
LearningItemTitle | Edm.String | Learning item title | |
LearningItemCreatedDate | Edm.DateTime | Learning item created date | |
IsFinalAssessment | Edm.Boolean | false | Flag that determines if the learning item is a final assessment |
Weight | Edm.Double | Weight of item (used e.g. in average calculation) | |
AssessmentCategory | Edm.String | Assessment category | |
MaxScore | Edm.Double | false | Maximum score |
T_ModifiedDate | Edm.DateTime | false | Date and time the entity was last modified in data warehouse |
Request body
URI
https://reporting.itslearning.com/odata/engine7/LearningItems?$top=10Response body - XML
XML response
<?xml version="1.0" encoding="utf-8"?><feed xml:base="https://reporting.itslearning.com/odata/site" 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>2025-05-29T06:04:35Z</updated> <link rel="self" href="https://reporting.itslearning.com/odata/site/LearningItems" /> <entry> <id>https://reporting.itslearning.com/odata/site/LearningItems(534)</id> <category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/site/LearningItems(534)" /> <link rel="self" href="https://reporting.itslearning.com/odata/site/LearningItems(534)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/site/LearningItems(534)/ElementType" /> <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/site/LearningItems(534)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/site/LearningItems(534)/Term" /> <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/site/LearningItems(534)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/site/LearningItems(534)/AssessmentScale" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/site/LearningItems(534)/ElementCategory" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/site/LearningItems(534)/UserGrades" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserElementSessions" type="application/atom+xml;type=feed" title="UserElementSessions" href="https://reporting.itslearning.com/odata/site/LearningItems(534)/UserElementSessions" /> <title /> <updated>2025-05-29T06:04:35Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningItemId m:type="Edm.Int32">534</d:LearningItemId> <d:ElementTypeId m:type="Edm.Int32">6</d:ElementTypeId> <d:CourseId m:type="Edm.Int32">1137</d:CourseId> <d:TermId m:type="Edm.Int32">-1</d:TermId> <d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId> <d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective> <d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria> <d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId> <d:CourseElementId m:type="Edm.Int32">1453</d:CourseElementId> <d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook> <d:LearningItemTitle>A. Start</d:LearningItemTitle> <d:LearningItemCreatedDate m:type="Edm.DateTime">2015-11-13T14:53:14</d:LearningItemCreatedDate> <d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment> <d:AssessmentType>Regular</d:AssessmentType> <d:Weight m:null="true" /> <d:AssessmentCategory></d:AssessmentCategory> <d:MaxScore m:type="Edm.Double">0</d:MaxScore> <d:T_ModifiedDate m:type="Edm.DateTime">2022-12-21T14:42:00</d:T_ModifiedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/site/LearningItems(535)</id> <category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/site/LearningItems(535)" /> <link rel="self" href="https://reporting.itslearning.com/odata/site/LearningItems(535)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/site/LearningItems(535)/ElementType" /> <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/site/LearningItems(535)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/site/LearningItems(535)/Term" /> <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/site/LearningItems(535)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/site/LearningItems(535)/AssessmentScale" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/site/LearningItems(535)/ElementCategory" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/site/LearningItems(535)/UserGrades" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserElementSessions" type="application/atom+xml;type=feed" title="UserElementSessions" href="https://reporting.itslearning.com/odata/site/LearningItems(535)/UserElementSessions" /> <title /> <updated>2025-05-29T06:04:35Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningItemId m:type="Edm.Int32">535</d:LearningItemId> <d:ElementTypeId m:type="Edm.Int32">6</d:ElementTypeId> <d:CourseId m:type="Edm.Int32">1137</d:CourseId> <d:TermId m:type="Edm.Int32">-1</d:TermId> <d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId> <d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective> <d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria> <d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId> <d:CourseElementId m:type="Edm.Int32">1460</d:CourseElementId> <d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook> <d:LearningItemTitle>A. Start</d:LearningItemTitle> <d:LearningItemCreatedDate m:type="Edm.DateTime">2015-11-13T14:53:16</d:LearningItemCreatedDate> <d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment> <d:AssessmentType>Regular</d:AssessmentType> <d:Weight m:null="true" /> <d:AssessmentCategory></d:AssessmentCategory> <d:MaxScore m:type="Edm.Double">0</d:MaxScore> <d:T_ModifiedDate m:type="Edm.DateTime">2022-12-21T14:42:00</d:T_ModifiedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/site/LearningItems(536)</id> <category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/site/LearningItems(536)" /> <link rel="self" href="https://reporting.itslearning.com/odata/site/LearningItems(536)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/site/LearningItems(536)/ElementType" /> <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/site/LearningItems(536)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/site/LearningItems(536)/Term" /> <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/site/LearningItems(536)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/site/LearningItems(536)/AssessmentScale" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/site/LearningItems(536)/ElementCategory" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/site/LearningItems(536)/UserGrades" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserElementSessions" type="application/atom+xml;type=feed" title="UserElementSessions" href="https://reporting.itslearning.com/odata/site/LearningItems(536)/UserElementSessions" /> <title /> <updated>2025-05-29T06:04:35Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningItemId m:type="Edm.Int32">536</d:LearningItemId> <d:ElementTypeId m:type="Edm.Int32">6</d:ElementTypeId> <d:CourseId m:type="Edm.Int32">1137</d:CourseId> <d:TermId m:type="Edm.Int32">-1</d:TermId> <d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId> <d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective> <d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria> <d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId> <d:CourseElementId m:type="Edm.Int32">1462</d:CourseElementId> <d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook> <d:LearningItemTitle>C. Reading</d:LearningItemTitle> <d:LearningItemCreatedDate m:type="Edm.DateTime">2015-11-13T14:53:17</d:LearningItemCreatedDate> <d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment> <d:AssessmentType>Regular</d:AssessmentType> <d:Weight m:null="true" /> <d:AssessmentCategory></d:AssessmentCategory> <d:MaxScore m:type="Edm.Double">0</d:MaxScore> <d:T_ModifiedDate m:type="Edm.DateTime">2022-12-21T14:42:00</d:T_ModifiedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/site/LearningItems(537)</id> <category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/site/LearningItems(537)" /> <link rel="self" href="https://reporting.itslearning.com/odata/site/LearningItems(537)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/site/LearningItems(537)/ElementType" /> <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/site/LearningItems(537)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/site/LearningItems(537)/Term" /> <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/site/LearningItems(537)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/site/LearningItems(537)/AssessmentScale" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/site/LearningItems(537)/ElementCategory" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/site/LearningItems(537)/UserGrades" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserElementSessions" type="application/atom+xml;type=feed" title="UserElementSessions" href="https://reporting.itslearning.com/odata/site/LearningItems(537)/UserElementSessions" /> <title /> <updated>2025-05-29T06:04:35Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningItemId m:type="Edm.Int32">537</d:LearningItemId> <d:ElementTypeId m:type="Edm.Int32">6</d:ElementTypeId> <d:CourseId m:type="Edm.Int32">1137</d:CourseId> <d:TermId m:type="Edm.Int32">-1</d:TermId> <d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId> <d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective> <d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria> <d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId> <d:CourseElementId m:type="Edm.Int32">1468</d:CourseElementId> <d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook> <d:LearningItemTitle>A. Start</d:LearningItemTitle> <d:LearningItemCreatedDate m:type="Edm.DateTime">2015-11-13T14:53:18</d:LearningItemCreatedDate> <d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment> <d:AssessmentType>Regular</d:AssessmentType> <d:Weight m:null="true" /> <d:AssessmentCategory></d:AssessmentCategory> <d:MaxScore m:type="Edm.Double">0</d:MaxScore> <d:T_ModifiedDate m:type="Edm.DateTime">2022-12-21T14:42:00</d:T_ModifiedDate> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/site/LearningItems(538)</id> <category term="Itslearning.Reporting.Data.Models.LearningItem" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/site/LearningItems(538)" /> <link rel="self" href="https://reporting.itslearning.com/odata/site/LearningItems(538)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementType" type="application/atom+xml;type=entry" title="ElementType" href="https://reporting.itslearning.com/odata/site/LearningItems(538)/ElementType" /> <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/site/LearningItems(538)/Course" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Term" type="application/atom+xml;type=entry" title="Term" href="https://reporting.itslearning.com/odata/site/LearningItems(538)/Term" /> <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/site/LearningItems(538)/CourseElement" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentScale" type="application/atom+xml;type=entry" title="AssessmentScale" href="https://reporting.itslearning.com/odata/site/LearningItems(538)/AssessmentScale" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ElementCategory" type="application/atom+xml;type=entry" title="ElementCategory" href="https://reporting.itslearning.com/odata/site/LearningItems(538)/ElementCategory" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserGrades" type="application/atom+xml;type=feed" title="UserGrades" href="https://reporting.itslearning.com/odata/site/LearningItems(538)/UserGrades" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserElementSessions" type="application/atom+xml;type=feed" title="UserElementSessions" href="https://reporting.itslearning.com/odata/site/LearningItems(538)/UserElementSessions" /> <title /> <updated>2025-05-29T06:04:35Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningItemId m:type="Edm.Int32">538</d:LearningItemId> <d:ElementTypeId m:type="Edm.Int32">6</d:ElementTypeId> <d:CourseId m:type="Edm.Int32">1137</d:CourseId> <d:TermId m:type="Edm.Int32">-1</d:TermId> <d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId> <d:HasLearningObjective m:type="Edm.Boolean">false</d:HasLearningObjective> <d:HasAssessmentCriteria m:type="Edm.Boolean">false</d:HasAssessmentCriteria> <d:ElementCategoryId m:type="Edm.Int32">1</d:ElementCategoryId> <d:CourseElementId m:type="Edm.Int32">1470</d:CourseElementId> <d:IsAddedToGradebook m:type="Edm.Boolean">false</d:IsAddedToGradebook> <d:LearningItemTitle>D. Toolbox - Grammar</d:LearningItemTitle> <d:LearningItemCreatedDate m:type="Edm.DateTime">2015-11-13T14:53:19</d:LearningItemCreatedDate> <d:IsFinalAssessment m:type="Edm.Boolean">false</d:IsFinalAssessment> <d:AssessmentType>Regular</d:AssessmentType> <d:Weight m:null="true" /> <d:AssessmentCategory></d:AssessmentCategory> <d:MaxScore m:type="Edm.Double">0</d:MaxScore> <d:T_ModifiedDate m:type="Edm.DateTime">2022-12-21T14:42:00</d:T_ModifiedDate> </m:properties> </content> </entry></feed>Response body - JSON (default output format)
JSON response
{ "odata.metadata":"https://reporting.itslearning.com/odata/site/$metadata#LearningItems","value":[ { "LearningItemId":534,"ElementTypeId":6,"CourseId":1137,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"CourseElementId":1453,"IsAddedToGradebook":false,"LearningItemTitle":"A. Start","LearningItemCreatedDate":"2015-11-13T14:53:14","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0,"T_ModifiedDate":"2022-12-21T14:42:00" },{ "LearningItemId":535,"ElementTypeId":6,"CourseId":1137,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"CourseElementId":1460,"IsAddedToGradebook":false,"LearningItemTitle":"A. Start","LearningItemCreatedDate":"2015-11-13T14:53:16","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0,"T_ModifiedDate":"2022-12-21T14:42:00" },{ "LearningItemId":536,"ElementTypeId":6,"CourseId":1137,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"CourseElementId":1462,"IsAddedToGradebook":false,"LearningItemTitle":"C. Reading","LearningItemCreatedDate":"2015-11-13T14:53:17","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0,"T_ModifiedDate":"2022-12-21T14:42:00" },{ "LearningItemId":537,"ElementTypeId":6,"CourseId":1137,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"CourseElementId":1468,"IsAddedToGradebook":false,"LearningItemTitle":"A. Start","LearningItemCreatedDate":"2015-11-13T14:53:18","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0,"T_ModifiedDate":"2022-12-21T14:42:00" },{ "LearningItemId":538,"ElementTypeId":6,"CourseId":1137,"TermId":-1,"AssessmentScaleId":-3,"HasLearningObjective":false,"HasAssessmentCriteria":false,"ElementCategoryId":1,"CourseElementId":1470,"IsAddedToGradebook":false,"LearningItemTitle":"D. Toolbox - Grammar","LearningItemCreatedDate":"2015-11-13T14:53:19","IsFinalAssessment":false,"AssessmentType":"Regular","Weight":null,"AssessmentCategory":"","MaxScore":0.0,"T_ModifiedDate":"2022-12-21T14:42:00" } ]}