CUMULATE: Difference between revisions

From PAWS Lab
Jump to navigation Jump to search
Myudelson (talk | contribs)
No edit summary
Myudelson (talk | contribs)
Replacing page with 'CUMULATE - Centralized User Modeling Architecture for TEaching - is a centralized user modeling server. == CUMULATE protocol == Format of communication with CUMULATE is specif...'
Line 3: Line 3:
== CUMULATE protocol ==
== CUMULATE protocol ==
Format of communication with CUMULATE is specified in [[CUMULATE protocol]] document.
Format of communication with CUMULATE is specified in [[CUMULATE protocol]] document.
== ER Model ==
This model only describes what we intend to serialize in RDF, which is only a part of [[CUMULATE]]
* '''<span id='User Action'>User Action</span>''' - [[dcmitypes#Event|dcmitypes:Event]]
** <span id='Node.hasChildNode'>User Action.Application</span> - application reporting user action - [[dcmitypes#Service|dcmitypes:Service]] or maybe [[dc#publisher|dc:publisher]]
** <span id='User Action.User'>User Action.User</span> - user - [[foaf#Person|foaf:Person]]
** <span id='User Action.Group'>User Action.Group</span> - group user belongs to - [[foaf#Group|foaf:Group]]
** <span id='User Action.Result'>User Action.Result</span> - result of user action
** <span id='User Action.Learning Object'>User Action.Learning Object</span> - learning object being interacted with - [[dcmitypes#InteractiveResource|dcmitypes:InteractiveResource]], something from LOM?
** <span id='User Action.Session'>User Action.Session</span> - user session -
** <span id='User Action.DateTime'>User Action.DateTime</span> - date and time - [[dcterms#dateSubmitted|dcterms:dateSubmitted]] or [[dc#date|dc:date]]
** <span id='User Action.SVC'>User Action.SVC</span> - additional character data
** <span id='User Action.AllParameters'>User Action.AllParameters</span> - concatenation of all reported data - hashed via [[rdf#about|rdf:about]]
* '''<span id='User Knowledge Assertion'>User Knowledge Assertion</span>''' -
** <span id='User Knowledge Assertion.User'>User Knowledge Assertion.User</span> - user - [[foaf#Person|foaf:Person]]
** <span id='User Knowledge Assertion.Knowledge Component'>User Knowledge Assertion.Knowledge Component</span> - item user knowledge is being related to -
** <span id='User Knowledge Assertion.Cognitive Level'>User Knowledge Assertion.Cognitive Level</span> - Bloom's cognitive level of knowledge -
** <span id='User Knowledge Assertion.Value'>User Knowledge Assertion.Value</span> - knowledge value -
* '''<span id='User Progress Assertion'>User Progress Assertion</span>''' -
** <span id='User Progress Assertion.User'>User Progress Assertion.User</span> - user - [[foaf#Person|foaf:Person]]
** <span id='User Progress Assertion.Learning Object'>User Progress Assertion.Learning Object</span> - learning object being interacted with - [[dcmitypes#InteractiveResource|dcmitypes:InteractiveResource]], something from LOM?
** <span id='User Progress Assertion.Value'>User Progress Assertion.Value</span> - progress vale -
== Related Links ==
[http://www.sis.pitt.edu/~paws/system_cumulate.htm CUMULATE Details]

Revision as of 22:45, 12 February 2009

CUMULATE - Centralized User Modeling Architecture for TEaching - is a centralized user modeling server.

CUMULATE protocol

Format of communication with CUMULATE is specified in CUMULATE protocol document.