Versions Compared

Key

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

...

Code Block
languagejs
themeFadeToGrey
titleData product input source table name
linenumberstrue
collapsetrue
 usr_external_identity // To get the user external id information
 user // to get the user information
 course_batch // To get the details about the batch enrolled to course
 user_courses // To get the information about the user enrolled to courses
 user_org // to get the user organisation details
 assessment_historyprofile (new) // Assessment result

...

Code Block
languagejs
themeFadeToGrey
titleAPI Request
linenumberstrue
METHOD: POST 
URI: /data/v3/course/assessment/telemetry // End point
BODY: {
  "id": "api.course.batch.telemetry" ",
  "ver": "1.0",
  "ets": 1566884714550, //Time stamp in ms
  "events": [], //ONLY ASSESS Events 
  "batch_id":"", // Batch Identifier 
  "course_id":"" // Course Identifier 
  "user_id":"" // User Identifier,
  "attempt_id":"" // Question attempt identifier

}

...