Skill Assessment tracking with LRS

Currently we are tracking question answers and initiatives scores.

  • Every time a user goes through a questionnaire we are sending statements for each question he answers.

Click to see an example
{
  "stored": "2023-07-12T14:11:03.286Z",
  "active": true,
  "completedForwardingQueue": [],
  "failedForwardingLog": [],
  "client": "62ed2d33caa1070008fbe17d",
  "lrs_id": "62ed2d33caa1070008fbe17c",
  "completedQueues": [],
  "activities": [
    "https://proto.eduplex.eu/questionnaire/4/user/3/question/173/answer/758"
  ],
  "hash": "6a7f5bbcdc5e36eb680d47a8eb23d857b44015a5",
  "agents": [
    "https://proto.eduplex.eu|3"
  ],
  "statement": {
    "authority": {
      "objectType": "Agent",
      "name": "EduPLEx Client",
      "mbox": "mailto:[email protected]"
    },
    "stored": "2023-07-12T14:11:03.286Z",
    "context": {
      "extensions": {
        "https://proto.eduplex.eu/xapi/extension/user_answers": {
          "user_id": 3,
          "manager_id": null,
          "questionnaire_id": 4,
          "question_id": 173,
          "question_text": "ihr Computer zeigt seltsame Störungen. Was hilft in vielen Fällen?",
          "answer_id": 758,
          "answer_text": "Ein Neustart des PCs.",
          "start_date": "2023-07-12 16:10:29"
        }
      }
    },
    "actor": {
      "account": {
        "homePage": "https://proto.eduplex.eu",
        "name": "3"
      },
      "objectType": "Agent"
    },
    "timestamp": "2023-07-12T14:11:03.286Z",
    "version": "1.0.0",
    "id": "7402ec62-65a2-4875-acb3-d538ef50911d",
    "verb": {
      "display": {
        "en-US": "answered"
      },
      "id": "http://adlnet.gov/expapi/verbs/answered"
    },
    "object": {
      "definition": {
        "type": "https://proto.eduplex.eu/xapi/object/types/user_answers"
      },
      "id": "https://proto.eduplex.eu/questionnaire/4/user/3/question/173/answer/758",
      "objectType": "Activity"
    }
  },
  "hasGeneratedId": true,
  "deadForwardingQueue": [],
  "voided": false,
  "verbs": [
    "http://adlnet.gov/expapi/verbs/answered"
  ],
  "processingQueues": [],
  "person": null,
  "timestamp": "2023-07-12T14:11:03.286Z",
  "relatedActivities": [
    "https://proto.eduplex.eu/questionnaire/4/user/3/question/173/answer/758"
  ],
  "relatedAgents": [
    "https://proto.eduplex.eu|3",
    "mailto:[email protected]"
  ],
  "organisation": "62ed1d89858c0c0008338e5c",
  "_id": "64aeb4776d0a00001bf75e49",
  "registrations": [],
  "pendingForwardingQueue": []
}
  • After the user completes the questionnaire we are sending one statement for each initiative with the score.

Click to see an example

We are also displaying a list of results after the user completes the questionnaire:

Last updated