Skip to content

Rubric-related entities designed for inclusion in a future release of the IMS Global Caliper Analytics specification.

Notifications You must be signed in to change notification settings

arwhyte/caliper-rubric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

IMS Caliper Rubric-related Entities (draft)

Rationale

[TODO\ complete rationale]

Currently, Caliper provides no vocabulary for describing performance expectations for a given AssignableDigitalResource or a way of linking a Result or a Score to the underlying evaluative criteria employed in the scoring process. We propose extending the Caliper vocabulary with a set of Rubric-related entities . . . .

Telemetry

[TODO\ other cases?]

Proposed Vocabulary Additions

1. Rubric

A Caliper Rubric represents . . . [TODO define ].

Supertype

DigitalResourceCollection

New Properties

TBD. See also Rubric.

JSON-LD term mapping

{
  "Rubric": "caliper:Rubric"
}

2. RubricItem

A Caliper RubricItem represents . . . [TODO define ].

Supertype

DigitalResource

New Properties

TBD. See also RubricItem.

JSON-LD term mapping

{
  "RubricItem": "caliper:RubricItem"
}

3. rubric

An optional Caliper Object property of type Rubric added to AssignableDigitalResource, Result and Score.

JSON-LD term mapping

{
  "rubric": {"@id": "caliper:rubric", "@type": "@id"}

}

Profiles, Events and Entities impacted

Profiles Events Entities
Assessment Profile AssessmentEvent, AssessmentItemEvent Assessment, AssessmentItem
Assignable Profile AssignableEvent AssignableDigitalResource
Grading Profile GradeEvent AssignableDigitalResource, Result, Score
*Resource Management Profile ResourceMgmtEvent, ViewEvent AssignableDigitalResource

*Proposed for Caliper 1.2

Open Questions

  • Do we need a Rubric profile?
  • Are Rubric-related entities also assignable?
  • Is it sufficient to link an AssignableDigitalResource (e.g. AssessmentItem) to a Rubric or do we need to be able to link it to an individual RubricItem?
  • What additional metadata (e.g. properties) do we need to add to Rubric](./rubric.md) and RubricItem?

Rubric

  • scoreBounds<?> (Criteria and point values)
  • weighting?

RubricItem

  • scoringType<string> (constant values: negative scoring, positive scoring)
  • pointValue<int>

Creative Commons License
This work is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.

About

Rubric-related entities designed for inclusion in a future release of the IMS Global Caliper Analytics specification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages