I'm using Learning Locker 1.16.0 with the
Tin Can Reporter Bookmarklet and though I'm able to tag my statements in the Tin Can Reporter Bookmarklet; and they arrive in the statements when I look at them in Learning Locker.
However, when using the reporting functionality, I don't seem to be able to pull them back out again based on tags.
I added two tags to the following snippet from a statement I submitted, xapi and bob (see below) I expected that they would instead end up being in the "In What?" portion of the UI, but I can't seem to get it to work that it will pull back tags the way that you can in
del.icio.us and tiddlywiki.
"contextActivities": {
"other": [
{
"objectType": "Activity",
"id": "http://id.tincanapi.com/activity/tags/xapi",
"definition": {
"type": "http://id.tincanapi.com/activitytype/tag",
"name": {
"und": "xapi"
}
}
},
{
"objectType": "Activity",
"id": "http://id.tincanapi.com/activity/tags/bob",
"definition": {
"type": "http://id.tincanapi.com/activitytype/tag",
"name": {
"und": "bob"
}
}
}
],
"category": [
{
"objectType": "Activity",
"id": "http://id.tincanapi.com/recipe/bookmarklet/base/1",
"definition": {
"type": "http://id.tincanapi.com/activitytype/recipe"
}
}
]
}