1EdTech / casa-protocol

The repository for the CASA Technical Specification.
http://imsglobal.github.io/casa-protocol
Other
2 stars 4 forks source link

Add Caliper Metric Profile Attributes #28

Closed jshslsky closed 9 years ago

jshslsky commented 9 years ago

An instance of a Metric Profile declaration will look somewhat like this:

[
    {
        "metric_profile":"Assessment",
        "events":[{
            "event":"AssessmentEvent",
            "actions":["started", "submitted"]
        },{
            "event":"AssessmentItemEvent",
            "actions":["started", "viewed", ...]
        }]
    },
    {
        "metric_profile":"AnotherProfile",
        ...
    },...
]