-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a reporter for app usage stats #9
Comments
arbtt can generate csv output as shown:
Then it looks like this can be transformed to: {
"actor": {
"name": "Linux username",
"mbox": "mailto:"
},
"verb": {
"id": "http://adlnet.gov/expapi/verbs/interacted",
"display": { "en-US": "interacted" }
},
"object": {
"id": "http://tunapanda.com/swag/activities/programming",
"definition": {
"name": { "en-US": "Programming" }
},
"extensions": {
"http://tunapanda.com/swag/duration": "35:33"
}
},
"context": {
"application": "Scratch"
}
} Was there a discussion about what base urls to use for ids? |
@limikael's ktouch reporter uses tunapanda.org/ktouch (example), but I don't think there's been extensive discussion on this, though there should be. It makes sense to me to use a /swag prefix (or maybe swag.tunapanda.org for the "host"?), but Micke's spent the most time with this, so I'd like to hear his opinions if he has any. |
What I did was to sort of push this decision, the ktouchxapi program is https://github.com/tunapanda/ktouchxapi/blob/master/src/ktouchxapi.js And the option specifically related to the base url is the --targetPrefix So yes it is an important discussion, but I think we should make it // Micke On Thu, Apr 23, 2015 at 5:42 AM, Brad Smith [email protected]
|
@limikael Got it. Thanks! |
Agreed. Good plan!
|
Issue moved here: |
ARBTT looks promising for this.
For details on what a reporter is, see here.
The text was updated successfully, but these errors were encountered: