LearningObjectiveAssessmentStatus
Overview
This entity relates learning objective scores (as a percentage) to a status. For example, a percentage score of 0% - 25% could be mapped to 'Does not meet', 26% - 75% to 'Meets' and 76% - 100% to 'Exceeds'. It also stores any mastery requirements, such as needing to get a specific learning objective score more than once from different assessments to show the student not only understands, but has mastered the learning objective.
Which learning objective statuses are included?
- This entity has all learning objective status both the default any additional status created by the administrator.
- The entity only shows the latest version of learning objective assessment statuses.
Usage in itslearning
The site administrator can set-up mappings between the percentage and status.This provides an friendly description to be seen by students in the learning platform, while allowing itslearning to store a single percentage grade.
User interface to set-up learning objective statuses

If mastery is used, then a threshold ('MasteryThreshold') is set to show the student the status that indicates has understood/passed/met the learning objective. These can be further refined using recurrence rules to say the student must consistently understand the learning objective once or more ('MasteryRecurrenceCountRequired') to have mastered it.
Mastery in the Learning Objectives Progress Report

Relationships
LearningObjectiveAssessmentStatus is linked to:
Diagram

Entity Details
Name | Data type | Nullable | Description |
|---|---|---|---|
LearningObjectiveAssessmentStatusId | Edm.Int32 | false | Id of the Learning Objective Assessment Status |
OrganizationId | Edm.Int32 | false | Organisation id which the status belongs to |
Title | Edm.String | Learning Objective Assessment Status title | |
Description | Edm.String | Overwritten or translated status name | |
StartsAt | Edm.Int32 | false | Points range start |
EndsAt | Edm.Int32 | false | Points range end |
MasteryThreshold | Edm.Boolean | false | Flag that determines if the status is calculated to mastery |
MasteryRecurrenceType | Edm.String | Mastery type setup for organisation | |
MasteryRecurrenceCountRequired | Edm.Byte | Number of mastery assessments required | |
IsMasteryRecurrenceInRowRequired | Edm.Boolean | Flag that determines if mastery assessments should happen after each other | |
T_ModifiedDate | Edm.DateTime | false | Date and time the entity was last modified in data warehouse |
Request body
https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses?$top=10Response body - XML
<?xml version="1.0" encoding="utf-8"?><feed xml:base="https://reporting.itslearning.com/odata/engine7" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"> <id>http://schemas.datacontract.org/2004/07/</id> <title /> <updated>2016-12-21T10:42:59Z</updated> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses" /> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(-1)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(-1)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(-1)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(-1)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">-1</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">-1</d:OrganizationId> <d:Title>Not assessed</d:Title> <d:Description>Not assessed</d:Description> <d:StartsAt m:type="Edm.Int32">0</d:StartsAt> <d:EndsAt m:type="Edm.Int32">0</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>N/A</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">0</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">false</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(1)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(1)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(1)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(1)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">1</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:Title>DoesntMeet</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">0</d:StartsAt> <d:EndsAt m:type="Edm.Int32">30</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(2)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(2)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(2)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(2)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">2</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:Title>PartiallyMeets</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">30</d:StartsAt> <d:EndsAt m:type="Edm.Int32">60</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(3)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(3)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(3)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(3)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">3</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:Title>AlmostMeets</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">60</d:StartsAt> <d:EndsAt m:type="Edm.Int32">70</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(4)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(4)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(4)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(4)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">4</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:Title>Meets</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">70</d:StartsAt> <d:EndsAt m:type="Edm.Int32">80</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">true</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(5)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(5)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(5)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(5)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">5</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1</d:OrganizationId> <d:Title>Exceeds</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">80</d:StartsAt> <d:EndsAt m:type="Edm.Int32">101</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">true</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(6)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(6)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(6)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(6)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">6</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1056</d:OrganizationId> <d:Title>DoesntMeet</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">0</d:StartsAt> <d:EndsAt m:type="Edm.Int32">30</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(7)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(7)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(7)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(7)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">7</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1056</d:OrganizationId> <d:Title>PartiallyMeets</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">30</d:StartsAt> <d:EndsAt m:type="Edm.Int32">50</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(8)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(8)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(8)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(8)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">8</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1056</d:OrganizationId> <d:Title>AlmostMeets</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">50</d:StartsAt> <d:EndsAt m:type="Edm.Int32">60</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry> <entry> <id>https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(9)</id> <category term="Itslearning.Reporting.Data.Models.LearningObjectiveAssessmentStatus" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> <link rel="edit" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(9)" /> <link rel="self" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(9)" /> <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Organization" type="application/atom+xml;type=entry" title="Organization" href="https://reporting.itslearning.com/odata/engine7/LearningObjectiveAssessmentStatuses(9)/Organization" /> <title /> <updated>2016-12-21T10:42:59Z</updated> <author> <name /> </author> <content type="application/xml"> <m:properties> <d:LearningObjectiveAssessmentStatusId m:type="Edm.Int32">9</d:LearningObjectiveAssessmentStatusId> <d:OrganizationId m:type="Edm.Int32">1056</d:OrganizationId> <d:Title>Meets</d:Title> <d:Description></d:Description> <d:StartsAt m:type="Edm.Int32">60</d:StartsAt> <d:EndsAt m:type="Edm.Int32">80</d:EndsAt> <d:MasteryThreshold m:type="Edm.Boolean">false</d:MasteryThreshold> <d:MasteryRecurrenceType>TwoAssessmentsInRow</d:MasteryRecurrenceType> <d:MasteryRecurrenceCountRequired m:type="Edm.Byte">2</d:MasteryRecurrenceCountRequired> <d:IsMasteryRecurrenceInRowRequired m:type="Edm.Boolean">true</d:IsMasteryRecurrenceInRowRequired> </m:properties> </content> </entry></feed>Response body - JSON (default output format)
{ "odata.metadata":"https://reporting.itslearning.com/odata/engine7/$metadata#LearningObjectiveAssessmentStatuses","value":[ { "LearningObjectiveAssessmentStatusId":-1,"OrganizationId":-1,"Title":"Not assessed","Description":"Not assessed","StartsAt":0,"EndsAt":0,"MasteryThreshold":false,"MasteryRecurrenceType":"N/A","MasteryRecurrenceCountRequired":0,"IsMasteryRecurrenceInRowRequired":false },{ "LearningObjectiveAssessmentStatusId":1,"OrganizationId":1,"Title":"DoesntMeet","Description":"","StartsAt":0,"EndsAt":30,"MasteryThreshold":false,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":2,"OrganizationId":1,"Title":"PartiallyMeets","Description":"","StartsAt":30,"EndsAt":60,"MasteryThreshold":false,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":3,"OrganizationId":1,"Title":"AlmostMeets","Description":"","StartsAt":60,"EndsAt":70,"MasteryThreshold":false,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":4,"OrganizationId":1,"Title":"Meets","Description":"","StartsAt":70,"EndsAt":80,"MasteryThreshold":true,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":5,"OrganizationId":1,"Title":"Exceeds","Description":"","StartsAt":80,"EndsAt":101,"MasteryThreshold":true,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":6,"OrganizationId":1056,"Title":"DoesntMeet","Description":"","StartsAt":0,"EndsAt":30,"MasteryThreshold":false,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":7,"OrganizationId":1056,"Title":"PartiallyMeets","Description":"","StartsAt":30,"EndsAt":50,"MasteryThreshold":false,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":8,"OrganizationId":1056,"Title":"AlmostMeets","Description":"","StartsAt":50,"EndsAt":60,"MasteryThreshold":false,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true },{ "LearningObjectiveAssessmentStatusId":9,"OrganizationId":1056,"Title":"Meets","Description":"","StartsAt":60,"EndsAt":80,"MasteryThreshold":false,"MasteryRecurrenceType":"TwoAssessmentsInRow","MasteryRecurrenceCountRequired":2,"IsMasteryRecurrenceInRowRequired":true } ]}