LearningObjective

Overview

This entity stores information on the Learning Objectives (standards) used by teachers in their courses.

Which learning objectives are included?

  • Only the learning objectives that are assigned to (used in) courses are present in the entity.

  • The entity shows the latest version of the learning objective.

Usage in itslearning

Learning objectives (standards) are statements that define the expected goal of a course, lesson or activity in terms of demonstrable skills or knowledge that will be acquired by a student. They allow teachers to better define outcomes for students. Students can be asked to demonstrate understanding / mastery of the learning outcomes.


The learning objectives can be added to itslearning on three levels:

  • The national repository for the whole country or state. These are added to the repository by itslearning (in consultation with customers and national organisations). Each has a unique identifier.

  • Customer (site) repository. Each customer can add their learning objectives to a local repository.

  • Course-level learning objectives. Teachers can choose from the national or customer learning objectives or add their own for use in a specific course. We recommend that cross-course learning objectives are added to the customer (site) repository.

Learning objectives are usually shown in a folder structure, divided into focus areas.

Example of learning objectives in the national repository


images/download/attachments/284208169/LO_in_courses.jpg

Each learning objective has two identifiers:

  • LearningObjectiveId - The unique internal identifier.

  • RepositoryLearningObjectiveId - An optional identifier from the national/local catalogue of learning objectives. This is usually created by the organisation managing the external repository.

Entity Details


Name

Data type

Nullable

Description

LearningObjectiveId

Edm.Int32

false

If of the learning objective

RepositoryLearningObjectiveId

Edm.Int32


Repository learning objective id (from the national or local repository if known)

LearningObjectiveTitle

Edm.String


Name of the learning objective

LearningObjectiveDescription

Edm.String


Description (if exists)

CourseId

Edm.Int32

false

Id of a course which the learning objective is assigned to

SubjectTitle

Edm.String


Learning objective subject title

LastCategoryTitle

Edm.String


Last category name

CategoryLevel1

Edm.String


Level 1 category name

CategoryLevel2

Edm.String


Level 2 category name

CategoryLevel3

Edm.String


Level 3 category name

CategoryLevel4

Edm.String


Level 4 category name

CategoryLevel5

Edm.String


Level 5 category name

CategoryLevel6

Edm.String


Level 6 category name

CategoryLevel7

Edm.String


Level 7 category name

CategoryLevel8

Edm.String


Level 8 category name

CategoryLevel9

Edm.String


Level 9 category name

HasAssessmentCriteria

Edm.Int32

false

Flag that determines if the learning objective has assessment criteria

T_ModifiedDate

Edm.DateTime

false

Date and time the entity was last modified in data warehouse

Diagram

images/download/attachments/284208169/LearningObjective.PNG


Request body


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

Response body - XML


XML response
<?xml version="1.0" encoding="utf-8"?>
<feed xml:base="https://reporting.itslearning.com/odata/engine7" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices
/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
<id>http://schemas.datacontract.org/2004/07/</id>
<title />
<updated>2016-12-21T10:32:59Z</updated>
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives" />
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5028)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5028)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5028)" />
<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/LearningObjectives(5028)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5028)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5028)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5028)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5028</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49404</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1a) Velge verkt??y og maskiner</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>velge egnede verkt??y og maskiner knyttet til enkle arbeidsoppgaver innenfor bygg- og anleggsteknikk</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5029)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5029)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5029)" />
<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/LearningObjectives(5029)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5029)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5029)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5029)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5029</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49405</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1b) Velge materialer</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>velge, bruke og bearbeide materialer som benyttes i enkle konstruksjoner innenfor bygg- og anleggsteknikk</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5030)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5030)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5030)" />
<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/LearningObjectives(5030)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5030)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5030)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5030)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5030</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49406</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1c) Bruke verkt??y og utstyr</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>bruke verkt??y og utstyr p?? en riktig m??te i f??lge regelverk og normer</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5031)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5031)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5031)" />
<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/LearningObjectives(5031)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5031)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5031)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5031)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5031</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49407</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1d) Materialegenskaper</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>beskrive egenskapene og bruksomr??dene til materialene som brukes i en arbeidsoppgave og beskrive alternative materialvalg</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5032)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5032)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5032)" />
<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/LearningObjectives(5032)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5032)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5032)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5032)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5032</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49408</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1e) H??ndtere materialer</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>motta, h??ndtere og lagre materialer og utstyr p?? en hensiktsmessig m??te og i henhold til regelverk</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5033)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5033)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5033)" />
<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/LearningObjectives(5033)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5033)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5033)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5033)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5033</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49409</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1f) Foreta risikovurderinger</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>foreta risikovurderinger og utf??re arbeid etter regler for helse, milj?? og sikkerhet</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5034)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5034)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5034)" />
<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/LearningObjectives(5034)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5034)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5034)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5034)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5034</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49410</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1g) Ergonomi</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>forklare og bruke ergonomisk riktige arbeidsteknikker og arbeidsstillinger</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5035)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5035)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5035)" />
<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/LearningObjectives(5035)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5035)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5035)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5035)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5035</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49411</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1h) Produkt- og HMS-datablad</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>finne fram til og f??lge produktdatablad og HMS-datablad</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5036)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5036)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5036)" />
<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/LearningObjectives(5036)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5036)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5036)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5036)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5036</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49412</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1i) ??konomi og milj??</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>bruke materialer ??konomisk og milj??messig forsvarlig</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/LearningObjectives(5037)</id>
<category term="Itslearning.Reporting.Data.Models.LearningObjective" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5037)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5037)" />
<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/LearningObjectives(5037)/Course" /
>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Progress" type="application/atom+xml;type=feed" title="Progress" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5037)/Progre
ss" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseElements" type="application/atom+xml;type=feed" title="CourseElements" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(
5037)/CourseElements" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Assessments" type="application/atom+xml;type=feed" title="Assessments" href="https://reporting.itslearning.com/odata/engine7/LearningObjectives(5037)/
Assessments" />
<title />
<updated>2016-12-21T10:32:59Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:LearningObjectiveId m:type="Edm.Int32">5037</d:LearningObjectiveId>
<d:RepositoryLearningObjectiveId m:type="Edm.Int32">49413</d:RepositoryLearningObjectiveId>
<d:LearningObjectiveTitle>1j) Gjeldende rutiner</d:LearningObjectiveTitle>
<d:LearningObjectiveDescription>f??lge gjeldende rutiner for arbeidsoppgaver</d:LearningObjectiveDescription>
<d:CourseId m:type="Edm.Int32">166</d:CourseId>
<d:SubjectTitle>L??replan i felles programfag vg1 Bygg- og anleggsteknikk</d:SubjectTitle>
<d:LastCategoryTitle>1. Produksjon</d:LastCategoryTitle>
<d:CategoryLevel1>Kompetansem??l etter vg1</d:CategoryLevel1>
<d:CategoryLevel2>1. Produksjon</d:CategoryLevel2>
<d:CategoryLevel3 m:null="true" />
<d:CategoryLevel4 m:null="true" />
<d:CategoryLevel5 m:null="true" />
<d:CategoryLevel6 m:null="true" />
<d:CategoryLevel7 m:null="true" />
<d:CategoryLevel8 m:null="true" />
<d:CategoryLevel9 m:null="true" />
<d:HasAssessmentCriteria m:type="Edm.Int32">0</d:HasAssessmentCriteria>
</m:properties>
</content>
</entry>
</feed>


Response body - JSON (default output format)


JSON response
{
"odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#LearningObjectives","value":[
{
"LearningObjectiveId":5028,"RepositoryLearningObjectiveId":49404,"LearningObjectiveTitle":"1a) Velge verkt\u00f8y og maskiner","LearningObjectiveDescription":"velge egnede verkt\u00f8y og maskiner knyttet til enkle arbeid
soppgaver innenfor bygg- og anleggsteknikk","CourseId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","Cate
goryLevel2":"1. Produksjon","CategoryLevel3":null,"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5029,"RepositoryLearningObjectiveId":49405,"LearningObjectiveTitle":"1b) Velge materialer","LearningObjectiveDescription":"velge, bruke og bearbeide materialer som benyttes i enkle konstruksjoner inn
enfor bygg- og anleggsteknikk","CourseId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","CategoryLevel2":"
1. Produksjon","CategoryLevel3":null,"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5030,"RepositoryLearningObjectiveId":49406,"LearningObjectiveTitle":"1c) Bruke verkt\u00f8y og utstyr","LearningObjectiveDescription":"bruke verkt\u00f8y og utstyr p\u00e5 en riktig m\u00e5te i f\u00
f8lge regelverk og normer","CourseId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","CategoryLevel2":"1. P
roduksjon","CategoryLevel3":null,"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5031,"RepositoryLearningObjectiveId":49407,"LearningObjectiveTitle":"1d) Materialegenskaper","LearningObjectiveDescription":"beskrive egenskapene og bruksomr\u00e5dene til materialene som brukes i en
arbeidsoppgave og beskrive alternative materialvalg","CourseId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter
vg1","CategoryLevel2":"1. Produksjon","CategoryLevel3":null,"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5032,"RepositoryLearningObjectiveId":49408,"LearningObjectiveTitle":"1e) H\u00e5ndtere materialer","LearningObjectiveDescription":"motta, h\u00e5ndtere og lagre materialer og utstyr p\u00e5 en hensik
tsmessig m\u00e5te og i henhold til regelverk","CourseId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","C
ategoryLevel2":"1. Produksjon","CategoryLevel3":null,"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5033,"RepositoryLearningObjectiveId":49409,"LearningObjectiveTitle":"1f) Foreta risikovurderinger","LearningObjectiveDescription":"foreta risikovurderinger og utf\u00f8re arbeid etter regler for hels
e, milj\u00f8 og sikkerhet","CourseId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","CategoryLevel2":"1.
Produksjon","CategoryLevel3":null,"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5034,"RepositoryLearningObjectiveId":49410,"LearningObjectiveTitle":"1g) Ergonomi","LearningObjectiveDescription":"forklare og bruke ergonomisk riktige arbeidsteknikker og arbeidsstillinger","CourseI
d":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","CategoryLevel2":"1. Produksjon","CategoryLevel3":null,"C
ategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5035,"RepositoryLearningObjectiveId":49411,"LearningObjectiveTitle":"1h) Produkt- og HMS-datablad","LearningObjectiveDescription":"finne fram til og f\u00f8lge produktdatablad og HMS-datablad","Cours
eId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","CategoryLevel2":"1. Produksjon","CategoryLevel3":null,
"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5036,"RepositoryLearningObjectiveId":49412,"LearningObjectiveTitle":"1i) \u00d8konomi og milj\u00f8","LearningObjectiveDescription":"bruke materialer \u00f8konomisk og milj\u00f8messig forsvarlig","C
ourseId":166,"SubjectTitle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","CategoryLevel2":"1. Produksjon","CategoryLevel3":n
ull,"CategoryLevel4":null,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
},{
"LearningObjectiveId":5037,"RepositoryLearningObjectiveId":49413,"LearningObjectiveTitle":"1j) Gjeldende rutiner","LearningObjectiveDescription":"f\u00f8lge gjeldende rutiner for arbeidsoppgaver","CourseId":166,"SubjectTi
tle":"L\u00e6replan i felles programfag vg1 Bygg- og anleggsteknikk","LastCategoryTitle":"1. Produksjon","CategoryLevel1":"Kompetansem\u00e5l etter vg1","CategoryLevel2":"1. Produksjon","CategoryLevel3":null,"CategoryLevel4":nu
ll,"CategoryLevel5":null,"CategoryLevel6":null,"CategoryLevel7":null,"CategoryLevel8":null,"CategoryLevel9":null,"HasAssessmentCriteria":0
}
]
}