CourseElement
Overview
This entity provides information about the resources and activities in courses.
Which Course Elements are included?
- This entity includes all the course elements which were created in the platform, including both active and deleted elements.
The entity shows the latest version of the course element.
Usage in itslearning
Courses in itslearning usually contain teaching and learning resources - in the data warehouse these are referred to as course elements. Teachers can add course elements themselves, they can be pre-populated into a course via a course template, added to the course from the library or copied into a course from another course.
UI to add an element into a course.
Course elements can be added to a course (in a tree structure) or added to a plan (usually resources associated with lessons) or even added to dynamic learning path. This entity gives the overall status of the course element including when it was created, and if it is active or deleted (ElementStatus, DeletedDate) and visible or hidden in the course (AssessmentVisible).
Course Element Groups and Types
All course content is referred to as a 'course element' for historical reasons. At one time all tools in a course created by itslearning and referred to as course elements. Over time we have added support for adding tools/resources from 3rd parties/partners; giving customers more choice. Internally we refer to these as 'Extensions and apps'. As we update the technology underpinning our own built-in tools, new versions will also join the group 'Extensions and apps'. For example in the table below you can see the old test tool (group 'Test', title 'Test') and the new test tool (group 'Extensions and apps', title 'Test').
An element also has one two categories:
- Resource (IsResource) - usually files, links or other static content.
- Activity (IsActivity) - dynamic content such as tests or assignments.
Activities can also have assessments (IsAssessment) which mean the teacher can assess/grade student work in the tool. These items may then have an AssessmentScale.
List of Elements
ElementTypeGroup | ElementTypeTitle | Description | Element Category |
---|---|---|---|
Other | Other | Misc category - not used | Resource |
Post | Post | Built-in forum posts. | Resource |
Discussion | Discussion | Built-in discussion tool. | Activity |
Picture | Picture | Built-in picture display tool. | Resource |
Folder | Folder | Built-in folder tool for structuring elements. | Resource |
Note | Note | Built-in WYSIWYG page. | Resource |
Link | Link | Old built-in link/URL tool. Replaced by the Link extension. | Resource |
File | File | Old built-in file upload tool. Replaced by the File or folder extension. | Resource |
Survey | Survey | Old survey tool. Replaced by the new Survey tool. | Activity |
Test | Test | Old built-in test builder. Replaced by the new Test tool. | Activity |
Assignment | Assignment | Old built-in assignment tool. Replaced by the new Assignment tool. | Activity |
Lesson | Lesson | Old chat tool - deprecated. | Resource |
Chat | Chat | Old chat tool - deprecated | Activity |
ProxyElement | ProxyElement | Old proxy tool - deprecated. | Resource |
ErrorType | ErrorType | Not used. | Resource |
Custom activity | Custom activity | In the UI this is the 'task' tool. | Activity |
Playlist | Playlist | Old proxy tool - deprecated. Replaced by Learning Path. | Resource |
Extensions and apps | Crossword builder | itslearning crossword tool | Resource |
Extensions and apps | Hangman game | itselarning hangman game | Resource |
Extensions and apps | Registration | Registration tool. | Resource |
Extensions and apps | Page | Page tool. Create pages of editable content. | Resource |
Extensions and apps | File or link | Old file or link tool - deprecated. Replaced by separate File and Link tools. | Resource |
Extensions and apps | Native itslearning app | Placeholder for our app. | Resource |
Extensions and apps | Test tool | New test tool. Eventually all customers will be migrated to this tool. | Activity |
Extensions and apps | LTI tool | Links to 3rd party content via IMS LTI. | Resource |
Extensions and apps | Assignment tool | New assignment tool. | Activity |
Extensions and apps | File | New file upload tool. | Resource |
Extensions and apps | Link | New link tool. | Resource |
Extensions and apps | Learning path | Learning path tool. | Resource |
Extensions and apps | Survey tool | New Survey tool. | Activity |
Extensions and apps | Other extension or app | Link to 3rd party tool. | n/a |
Extensions and apps | Oembed | Link to emdedded content | Resource |
Extensions and apps | ResourceExcel | Built-in MS Excel editor | Resource |
Extensions and apps | ResourcePowerPoint | Built-in MS PowerPoint editor | Resource |
Extensions and apps | ResourceWord | Built-in MS Word editor | Resource |
Extensions and apps | GooruResource | Link to Gooru Resource | Resource |
Extensions and apps | GooruPlaylist | Link to Gooru Playlist | Resource |
Extensions and apps | GooruAssessment | Link to Gooru Assessment | Resource |
Extensions and apps | GoogleDriveResource | Link to Google Drive resources | Resource |
Extensions and apps | OneDriveResource | Link to OneDrive resources | Resource |
Note many 3rd party tools are linked to via the LTI extension. You will see this element type to linking to many different 3rd parties/partners.
The named partners above (Google, MS, Gooru) have additional functionality and use specific elements.
Relationships
Entity Details
Name | Data type | Nullable | Description |
---|---|---|---|
CourseElementId | Edm.Int32 | false | Id of the course element |
ElementTitle | Edm.String | Course element title | |
ElementType | Edm.String | Course element type | |
CourseId | Edm.Int32 | false | Id of a course the element belongs to |
CreatedDate | Edm.DateTime | Element creation date | |
DeletedDate | Edm.DateTime | Element deletion date | |
ElementStatus | Edm.String | Element status (active / deleted) | |
IsResource | Edm.Boolean | false | Flag that determines if the element is a resource |
IsActivity | Edm.Boolean | false | Flag that determines if the element is an activity |
IsAssessment | Edm.Boolean | false | Flag that determines if the element is an assessment |
UsesAssessmentScale | Edm.Int32 | false | Flag that determines if the element uses an assessment scale |
Obligatory | Edm.Byte | Flag that determines if the element is obligatory | |
LearningObjectiveAssessmentType | Edm.String | Assessment type for Learning Objectives (criteria / outcome status) | |
AssessmentVisible | Edm.Byte | Flag that determines if the element is visible for users | |
DeadlineDate | Edm.DateTime | true | Deadline set on the element |
ValidFrom | Edm.DateTime | false | Technical information |
ValidTo | Edm.DateTime | false | Technical information |
T_ModifiedDate | Edm.DateTime | false | Date and time the entity was last modified in data warehouse |
Diagram
Request body
https:
//reporting.itslearning.com/odata/engine7/CourseElements?$top=10
Response 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-21T09:31:38Z</
updated
>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements"
/>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(18)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(18)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(18)"
/>
<
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/CourseElements(18)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(18)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>18</
d
:CourseElementId>
<
d
:ElementTitle>Assignment1</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:16:47</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(19)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(19)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(19)"
/>
<
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/CourseElements(19)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(19)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>19</
d
:CourseElementId>
<
d
:ElementTitle>Assessments</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:16:47</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(20)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(20)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(20)"
/>
<
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/CourseElements(20)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(20)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>20</
d
:CourseElementId>
<
d
:ElementTitle>Link</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:16:47</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(27)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(27)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(27)"
/>
<
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/CourseElements(27)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(27)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>27</
d
:CourseElementId>
<
d
:ElementTitle>????????????</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:16:47</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(28)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(28)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(28)"
/>
<
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/CourseElements(28)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(28)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>28</
d
:CourseElementId>
<
d
:ElementTitle>IndGroups</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:16:47</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(29)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(29)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(29)"
/>
<
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/CourseElements(29)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(29)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>29</
d
:CourseElementId>
<
d
:ElementTitle>t1 (will be multiplied several times)</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:16:47</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(30)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(30)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(30)"
/>
<
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/CourseElements(30)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(30)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>30</
d
:CourseElementId>
<
d
:ElementTitle>note</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>3</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:16:47</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(46)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(46)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(46)"
/>
<
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/CourseElements(46)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(46)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>46</
d
:CourseElementId>
<
d
:ElementTitle>Loch Katrine</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>6</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:19:19</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(47)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(47)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(47)"
/>
<
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/CourseElements(47)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(47)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>47</
d
:CourseElementId>
<
d
:ElementTitle>Ben Ledi</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>6</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:19:19</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/CourseElements
(48)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.CourseElement"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(48)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/CourseElements(48)"
/>
<
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/CourseElements(48)/Course"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectives"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectives"
href="
https://reporting.itslearning.com/odata/engine7/CourseEleme
nts(48)/LearningObjectives" />
<
title
/>
<
updated
>2016-12-21T09:31:38Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:CourseElementId
m:type
=
"Edm.Int32"
>48</
d
:CourseElementId>
<
d
:ElementTitle>Jencks Earthwork</
d
:ElementTitle>
<
d
:ElementType>Link</
d
:ElementType>
<
d
:CourseId
m:type
=
"Edm.Int32"
>6</
d
:CourseId>
<
d
:CreatedDate
m:type
=
"Edm.DateTime"
>2010-12-16T17:19:19</
d
:CreatedDate>
<
d
:DeletedDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeletedDate>
<
d
:ElementStatus>Active</
d
:ElementStatus>
<
d
:IsResource
m:type
=
"Edm.Boolean"
>true</
d
:IsResource>
<
d
:IsActivity
m:type
=
"Edm.Boolean"
>false</
d
:IsActivity>
<
d
:IsAssessment
m:type
=
"Edm.Boolean"
>false</
d
:IsAssessment>
<
d
:UsesAssessmentScale
m:type
=
"Edm.Int32"
>0</
d
:UsesAssessmentScale>
<
d
:Obligatory
m:type
=
"Edm.Byte"
>0</
d
:Obligatory>
<
d
:LearningObjectiveAssessmentType>DoNotUse</
d
:LearningObjectiveAssessmentType>
<
d
:AssessmentVisible
m:type
=
"Edm.Byte"
>1</
d
:AssessmentVisible>
<
d
:ValidFrom
m:type
=
"Edm.DateTime"
>2014-01-01T00:00:00</
d
:ValidFrom>
<
d
:ValidTo
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:ValidTo>
</
m
:properties>
</
content
>
</
entry
>
</
feed
>
Response body - JSON (default output format)
{
"odata.metadata"
:
"https://reporting.itslearning.com/odata/site/$metadata#CourseElements"
,
"value"
:[
{
"CourseElementId"
:
18
,
"ElementTitle"
:
"Assignment1"
,
"ElementType"
:
"Link"
,
"CourseId"
:
3
,
"CreatedDate"
:
"2010-12-16T17:16:47"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:
false
,"Is
Assessment
":false,"
UsesAssessmentScale
":0,"
Obligatory
":0,"
LearningObjectiveAssessmentType
":"
DoNotUse
","
AssessmentVisible
":1,"
ValidFrom
":"
2014
-
01
-01T00:
00
:
00
","
ValidTo
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseElementId"
:
19
,
"ElementTitle"
:
"Assessments"
,
"ElementType"
:
"Link"
,
"CourseId"
:
3
,
"CreatedDate"
:
"2010-12-16T17:16:47"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:
false
,"Is
Assessment
":false,"
UsesAssessmentScale
":0,"
Obligatory
":0,"
LearningObjectiveAssessmentType
":"
DoNotUse
","
AssessmentVisible
":1,"
ValidFrom
":"
2014
-
01
-01T00:
00
:
00
","
ValidTo
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseElementId"
:
20
,
"ElementTitle"
:
"Link"
,
"ElementType"
:
"Link"
,
"CourseId"
:
3
,
"CreatedDate"
:
"2010-12-16T17:16:47"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:
false
,"IsAssessm
ent
":false,"
UsesAssessmentScale
":0,"
Obligatory
":0,"
LearningObjectiveAssessmentType
":"
DoNotUse
","
AssessmentVisible
":1,"
ValidFrom
":"
2014
-
01
-01T00:
00
:
00
","
ValidTo
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseElementId"
:
27
,
"ElementTitle"
:
"\u00f6\u00e4\u00e5\u00f8\u00e6\u00e5"
,
"ElementType"
:
"Link"
,
"CourseId"
:
3
,
"CreatedDate"
:
"2010-12-16T17:16:47"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:tr
ue,
"IsActivity"
:
false
,
"IsAssessment"
:
false
,
"UsesAssessmentScale"
:
0
,
"Obligatory"
:
0
,
"LearningObjectiveAssessmentType"
:
"DoNotUse"
,
"AssessmentVisible"
:
1
,
"ValidFrom"
:
"2014-01-01T00:00:00"
,
"ValidTo"
:
"9999-12-31T00:00:00"
},{
"CourseElementId"
:
28
,
"ElementTitle"
:
"IndGroups"
,
"ElementType"
:
"Link"
,
"CourseId"
:
3
,
"CreatedDate"
:
"2010-12-16T17:16:47"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:
false
,"IsAs
sessment
":false,"
UsesAssessmentScale
":0,"
Obligatory
":0,"
LearningObjectiveAssessmentType
":"
DoNotUse
","
AssessmentVisible
":1,"
ValidFrom
":"
2014
-
01
-01T00:
00
:
00
","
ValidTo
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseElementId"
:
29
,
"ElementTitle"
:
"t1 (will be multiplied several times)"
,
"ElementType"
:
"Link"
,
"CourseId"
:
3
,
"CreatedDate"
:
"2010-12-16T17:16:47"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:t
rue,
"IsActivity"
:
false
,
"IsAssessment"
:
false
,
"UsesAssessmentScale"
:
0
,
"Obligatory"
:
0
,
"LearningObjectiveAssessmentType"
:
"DoNotUse"
,
"AssessmentVisible"
:
1
,
"ValidFrom"
:
"2014-01-01T00:00:00"
,
"ValidTo"
:
"9999-12-31T00:00:00"
},{
"CourseElementId"
:
30
,
"ElementTitle"
:
"note"
,
"ElementType"
:
"Link"
,
"CourseId"
:
3
,
"CreatedDate"
:
"2010-12-16T17:16:47"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:
false
,"IsAssessm
ent
":false,"
UsesAssessmentScale
":0,"
Obligatory
":0,"
LearningObjectiveAssessmentType
":"
DoNotUse
","
AssessmentVisible
":1,"
ValidFrom
":"
2014
-
01
-01T00:
00
:
00
","
ValidTo
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseElementId"
:
46
,
"ElementTitle"
:
"Loch Katrine"
,
"ElementType"
:
"Link"
,
"CourseId"
:
6
,
"CreatedDate"
:
"2010-12-16T17:19:19"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:
false
,"I
sAssessment
":false,"
UsesAssessmentScale
":0,"
Obligatory
":0,"
LearningObjectiveAssessmentType
":"
DoNotUse
","
AssessmentVisible
":1,"
ValidFrom
":"
2014
-
01
-01T00:
00
:
00
","
ValidTo
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseElementId"
:
47
,
"ElementTitle"
:
"Ben Ledi"
,
"ElementType"
:
"Link"
,
"CourseId"
:
6
,
"CreatedDate"
:
"2010-12-16T17:19:19"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:
false
,"IsAss
essment
":false,"
UsesAssessmentScale
":0,"
Obligatory
":0,"
LearningObjectiveAssessmentType
":"
DoNotUse
","
AssessmentVisible
":1,"
ValidFrom
":"
2014
-
01
-01T00:
00
:
00
","
ValidTo
":"
9999
-
12
-31T00:
00
:
00
"
},{
"CourseElementId"
:
48
,
"ElementTitle"
:
"Jencks Earthwork"
,
"ElementType"
:
"Link"
,
"CourseId"
:
6
,
"CreatedDate"
:
"2010-12-16T17:19:19"
,
"DeletedDate"
:
"9999-12-31T00:00:00"
,
"ElementStatus"
:
"Active"
,
"IsResource"
:
true
,
"IsActivity"
:fals
e,
"IsAssessment"
:
false
,
"UsesAssessmentScale"
:
0
,
"Obligatory"
:
0
,
"LearningObjectiveAssessmentType"
:
"DoNotUse"
,
"AssessmentVisible"
:
1
,
"ValidFrom"
:
"2014-01-01T00:00:00"
,
"ValidTo"
:
"9999-12-31T00:00:00"
}
]
}