Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira Story: 

Jira Legacy
serverSystem JIRA
serverId2207a759-5bc8-39c5-9cd2-aa9ccc1f65dd
keySB-16193
Telemetry information to track a play session


Instructions

A new "play session id" should be created as and when a user starts playing a content.

...

Info

Add "playSession" UUID in Cdata

Code Block
{
    "id": "9942f64a07b07dbc2b51ee8a70f8d752",
	"type": "PlaySession"
}


Sample ASESS event of FTB question:

Code Block
{
  "eid": "ASSESS",
  "ets": 1578483225790,
  "ver": "3.1",
  "mid": "ASSESS:07815d4af4b62e7cbc3a1b8efeede4de",
  "actor": {
    "id": "0b96635f-fe2b-4ab0-a511-05cfce8faa3f",
    "type": "User"
  },
  "context": {
    "channel": "0126825293972439041",
    "pdata": {
      "id": "preprod.diksha.portal",
      "ver": "2.6.0",
      "pid": "sunbird-portal.contentplayer"
    },
    "env": "contentplayer",
    "sid": "Bzo64SEKPxkvTQynH1teGAq3-oTc3vJi",
    "did": "654c32b91dc90c73d9fd0a9ca0430d7f",
    "cdata": [
      {
        "id": "d6e7e501b0eba706791b2c8000c68882",
        "type": "ContentSession"
      },
      {
        "id": "589ccf649bfbea45a231d237888df76c",
        "type": "PlaySession"
      }
    ],
    "rollup": {
      "l1": "0126825293972439041"
    }
  },
  "object": {
    "id": "do_212921488478150656153",
    "type": "Content",
    "ver": "8",
    "rollup": {}
  },
  "tags": [
    "0126825293972439041"
  ],
  "edata": {
    "item": {
      "id": "do_21292224507410022415",
      "maxscore": 1,
      "type": "ftb",
      "exlength": 0,
      "params": [
        {
          "1": "{\"text\":\"namenamenamename\"}"
        },
        {
          "2": "{\"text\":\"class 10\"}"
        },
        {
          "3": "{\"text\":\"123\"}"
        },
        {
          "eval": "order"
        }
      ],
      "uri": "",
      "title": "NCERT Student",
      "mmc": [],
      "mc": [],
      "desc": "NCERT Student"
    },
    "index": 1,
    "pass": "No",
    "score": 0,
    "resvalues": [
      {
        "1": "{\"text\":\"Vinu Kumar\"}"
      },
      {
        "2": "{\"text\":\"X\"}"
      },
      {
        "3": "{\"text\":\"17\"}"
      }
    ],
    "duration": 19
  }
}



Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@4b0a743
showSpacefalse
sortmodified
reversetrue
typepage
excerptTyperich content
cqllabel in ( "content-player" , "quiz" , "question" ) and type = "page" and space = "SBDES" and title ~ "question-set telemetry assess"
labelscontent-player quiz question

...