Skip to content

Commit

Permalink
added commentary column
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dorman committed Dec 5, 2018
1 parent c6570bb commit 6a0f894
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2142,30 +2142,27 @@ OpenSALT allows for the associations defined by \ |LINK19|\ . The permitted asso

<a href="https://www.imsglobal.org/sites/default/files/CASE/casev1p0/information_model/caseservicev1p0_infomodelv1p0.html#Enumerated_CFAssociationTypeEnum" target="_blank">IMS Global’s CASE specification as noted in figure 7.3.1</a>




+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|Association Type|Description |
+================+================================================================================================================================================================================================================================+
|exactMatchOf |Equivalent to. Used to connect derived CFItem to CFItem in original source CFDocument. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|exemplar |The target/destination node is an example of best practice for the definition of the source/origin. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|hasSkillLevel |The destination of this association is understood to define a given skill level i.e. Reading Lexile 100, Depth Knowledge 2, or Cognitive Level (Blooms Taxonomy) etc. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|isChildOf |To represent the structural relationship in a taxonomy between parent and child. The source/origin is a child of the target/destination. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|isPartOf |The origin of the association is included either physically or logically in the item at the destination of the association. This classifies an item as being logically or semantically contained as a subset of the destination.|
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|isPeerOf |The source/origin is a peer of of the target/destination. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|isRelatedTo |The origin of the association is related to the destination in some way that is not better described by another association type. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|precedes |The origin of the association comes before the destination of the association in time or order. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|replacedBy |The origin of the association has been supplanted by, displaced by, or superseded by the destination of the association. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|Association Type|Description |Commentary (Unofficial - not representative of official CASE documentation) |
+================+================================================================================================================================================================================================================================+==================================================================================+
|exactMatchOf |Equivalent to. Used to connect derived CFItem to CFItem in original source CFDocument. |Used to connect derivative framework statements. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|exemplar |The target/destination node is an example of best practice for the definition of the source/origin. |Point to a learning resource or other public artifacts(Unlimited). |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|hasSkillLevel |The destination of this association is understood to define a given skill level i.e. Reading Lexile 100, Depth Knowledge 2, or Cognitive Level (Blooms Taxonomy) etc. |Used to capture equivalencies between academic and Workforce competencies. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|isChildOf |To represent the structural relationship in a taxonomy between parent and child. The source/origin is a child of the target/destination. | Groups children statements with their parent statement. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|isPartOf |The origin of the association is included either physically or logically in the item at the destination of the association. This classifies an item as being logically or semantically contained as a subset of the destination.|As an example, if three skills of a framework are subsets of one skill in another.|
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|isPeerOf |The source/origin is a peer of of the target/destination. |Equivalence across frameworks when no grade level is given. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|isRelatedTo |The origin of the association is related to the destination in some way that is not better described by another association type. |Use is acceptable for learning resources but not as specific as assessment results|
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|precedes |The origin of the association comes before the destination of the association in time or order. |For creating learning maps/progressions. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|replacedBy |The origin of the association has been supplanted by, displaced by, or superseded by the destination of the association. |For showing equivalence across versions. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+

.. _h5b382e5f3a7b484e5e49c7b706545f:

Expand Down

0 comments on commit 6a0f894

Please sign in to comment.