Sessions Summary by Question Report
Shows a summary of Question results for a single learner. The report indicates how many Questions were correct, incorrect, unattempted (skipped), and unmarked.
You would want to use this to review a single learner and their assessment sessions down to the Question level to investigate potential problems with their performance, for example.
Scoring details
The report uses dichotomous Question scoring to calculate the number of correct Questions.
Hovering on the score bar displays the percentage of correct Questions, rounded to the nearest whole percent.
Examples
// Example report configuration
{
"id": "report-24",
"type": "sessions-summary-by-question",
"user_id": "mce_student",
"session_ids": [
"d7ad7585-a0c1-4c01-9762-44a85f55835c"
]
}
Attributes
-
type string
The type of this report. Must be
"sessions-summary-by-question"
. -
id string
The HTML element ID where you want this report to appear.
-
user_id string
The ID of the user (learner) to report on.
-
session_ids array[string]
An array of session IDs to include in the report.
Note If you need more than 100 sessions, contact Learnosity Support.
-
render boolean
Renders the report on your page at the location set with the specified HTML element ID.
You would set this property to
false
if you wanted to receive the raw report data only and use your own custom UI to display it.Default:
true