AssessmentScale

Overview

Assessment scales can be defined at the customer (site) level by the system administrator. They can also be set by a teacher at the course level.

They are used to denote the grade scale for assignments or other assessments. The scale allows many different types of scale (e.g. A+ to F-, A to F, Pass/Fail) to be used.

Which 'Assessment Scales' are Included in the Data Warehouse?

  • This entity includes all the assessment scales.

Usage in itslearning

Assessment Scales are used when assessing student work. The are used by the assessment tools in itslearning such as assignment, test, task, grade book and LTI tool (for return grade).

When a teacher assesses a student's work, or the work is assessed by an eternal tool, the score/grade can be mapped to or one of the assessment scales.

For each assessment, a teacher will as a minimum be able to 'complete' an assignment for a student, but it is also possible to assess the answers with either a rubric or an assessment scale or score.

images/download/thumbnails/284207944/image2018-2-7_12_36_30.png

Administrators can create and manage Assessment Scales at the organisation level - this means they are consistent across all assessments.

Teachers can add and manage their personal assessment scales per course under Settings>>Assessment scales. These are reflected in this entity.

images/download/attachments/284207944/image2018-2-7_12_53_17_%281%29.png

Notes

  • The entity shows the latest version of each assessment scale.

Relationships

AssessmentScale is linked to:

  • AssessmentGrade - assessment scales contain assessment grades.

  • Course - a course has assessments that use an assessment scale.

  • LearningItem - a learning item (such as an assignment) may use an assessment scale

Diagram:

images/download/attachments/284207944/AssessmentScale.PNG

Entity Details


Name

Data type

Nullable

Description

AssessmentScaleId

Edm.Int32

false

business ID for a scale

AssessmentScaleTitle

Edm.String


scale title

AssessmentScaleDescription

Edm.String


scale description

CourseId

Edm.Int32

false


Notes

  • the entity shows the latest version of each assessment scale.

How to use it


Request body


URI
https://reporting.itslearning.com/odata/engine7/AssessmentScales?$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>2017-08-29T12:46:14Z</updated>
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales" />
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(-3)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-3)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-3)" />
<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/AssessmentScales(-3)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(-3)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-3)/
LearningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">-3</d:AssessmentScaleId>
<d:AssessmentScaleTitle>Completed or not</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription m:null="true" />
<d:CourseId m:type="Edm.Int32">0</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(-2)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-2)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-2)" />
<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/AssessmentScales(-2)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(-2)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-2)/
LearningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">-2</d:AssessmentScaleId>
<d:AssessmentScaleTitle>Score</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription m:null="true" />
<d:CourseId m:type="Edm.Int32">0</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(-1)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-1)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-1)" />
<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/AssessmentScales(-1)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(-1)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(-1)/
LearningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">-1</d:AssessmentScaleId>
<d:AssessmentScaleTitle>No scale</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription m:null="true" />
<d:CourseId m:type="Edm.Int32">0</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(1)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(1)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(1)" />
<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/AssessmentScales(1)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(1)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(1)/L
earningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">1</d:AssessmentScaleId>
<d:AssessmentScaleTitle>Grades A - F</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription></d:AssessmentScaleDescription>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(2)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(2)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(2)" />
<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/AssessmentScales(2)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(2)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(2)/L
earningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">2</d:AssessmentScaleId>
<d:AssessmentScaleTitle>Passed / Not passed</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription></d:AssessmentScaleDescription>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(3)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(3)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(3)" />
<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/AssessmentScales(3)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(3)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(3)/L
earningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">3</d:AssessmentScaleId>
<d:AssessmentScaleTitle>Grades 10,0 - 1,0</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription></d:AssessmentScaleDescription>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(4)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(4)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(4)" />
<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/AssessmentScales(4)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(4)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(4)/L
earningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">4</d:AssessmentScaleId>
<d:AssessmentScaleTitle>Grades 6 - 1</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription></d:AssessmentScaleDescription>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(5)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(5)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(5)" />
<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/AssessmentScales(5)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(5)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(5)/L
earningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">5</d:AssessmentScaleId>
<d:AssessmentScaleTitle>Behaviour assessment</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription>Assessment scale used for assessing behaviour</d:AssessmentScaleDescription>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(6)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(6)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(6)" />
<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/AssessmentScales(6)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(6)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(6)/L
earningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">6</d:AssessmentScaleId>
<d:AssessmentScaleTitle>My assessment</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription></d:AssessmentScaleDescription>
<d:CourseId m:type="Edm.Int32">22</d:CourseId>
</m:properties>
</content>
</entry>
<entry>
<id>https://reporting.itslearning.com/odata/engine7/AssessmentScales(7)</id>
<category term="Itslearning.Reporting.Data.Models.AssessmentScale" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(7)" />
<link rel="self" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(7)" />
<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/AssessmentScales(7)/Course" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/AssessmentGrades" type="application/atom+xml;type=feed" title="AssessmentGrades" href="https://reporting.itslearning.com/odata/engine7/AssessmentScale
s(7)/AssessmentGrades" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningItems" type="application/atom+xml;type=feed" title="LearningItems" href="https://reporting.itslearning.com/odata/engine7/AssessmentScales(7)/L
earningItems" />
<title />
<updated>2017-08-29T12:46:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:AssessmentScaleId m:type="Edm.Int32">7</d:AssessmentScaleId>
<d:AssessmentScaleTitle>assessment</d:AssessmentScaleTitle>
<d:AssessmentScaleDescription>assessment</d:AssessmentScaleDescription>
<d:CourseId m:type="Edm.Int32">-1</d:CourseId>
</m:properties>
</content>
</entry>
</feed>


Response body - JSON (default output format)


JSON response
{
"odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#AssessmentScales","value":[
{
"AssessmentScaleId":-3,"AssessmentScaleTitle":"Completed or not","AssessmentScaleDescription":null,"CourseId":0
},{
"AssessmentScaleId":-2,"AssessmentScaleTitle":"Score","AssessmentScaleDescription":null,"CourseId":0
},{
"AssessmentScaleId":-1,"AssessmentScaleTitle":"No scale","AssessmentScaleDescription":null,"CourseId":0
},{
"AssessmentScaleId":1,"AssessmentScaleTitle":"Grades A - F","AssessmentScaleDescription":"","CourseId":-1
},{
"AssessmentScaleId":2,"AssessmentScaleTitle":"Passed / Not passed","AssessmentScaleDescription":"","CourseId":-1
},{
"AssessmentScaleId":3,"AssessmentScaleTitle":"Grades 10,0 - 1,0","AssessmentScaleDescription":"","CourseId":-1
},{
"AssessmentScaleId":4,"AssessmentScaleTitle":"Grades 6 - 1","AssessmentScaleDescription":"","CourseId":-1
},{
"AssessmentScaleId":5,"AssessmentScaleTitle":"Behaviour assessment","AssessmentScaleDescription":"Assessment scale used for assessing behaviour","CourseId":-1
},{
"AssessmentScaleId":6,"AssessmentScaleTitle":"My assessment","AssessmentScaleDescription":"","CourseId":22
},{
"AssessmentScaleId":7,"AssessmentScaleTitle":"assessment","AssessmentScaleDescription":"assessment","CourseId":-1
}
]
}