---
title: "SCORM Results Drilldown and SCORM Debug Log"
slug: "scorm-results-drilldown-and-scorm-debug-log"
tags: ["scorm"]
updated: 2022-04-25T14:43:10Z
published: 2022-04-25T14:43:10Z
canonical: "support.smarteru.com/scorm-results-drilldown-and-scorm-debug-log"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.smarteru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SCORM Results Drilldown and SCORM Debug Log

The SCORM Results Drilldown includes a [summary of the enrollment](/v1/docs/enrollment-status-summary) and a [SCORM debug log](/v1/docs/scorm-results-drilldown-and-scorm-debug-log#understanding-the-scorm-debug-log-grid) that enables administrators to view the interaction between SmarterU and your SCORM course.

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/scorm-results-drilldown-and-scorm-debug-log-image-mqgnaz7j.png)

## **Who Has Access**

[Administrators and owners](/v1/docs/user-profile-information#access-level) can view the SCORM Results Drilldown.

## **Viewing the SCORM Results Drilldown**

To view the SCORM Results Drilldown:

1. Run the [Enrollment Report](/v1/docs/enrollment-report).
2. Click the percentage or *In Progress* link shown in the **Progress %** column of the SCORM course.

A new tab displays the SCORM Results Drilldown. At the top of the page are buttons for viewing the [Enrollment Audit Log](/v1/docs/enrollment-audit-log) and [exporting SCORM quiz data](/v1/docs/exporting-scorm-quiz-data). Below the buttons is a [summary of the enrollment](/v1/docs/enrollment-status-summary). In the lower portion of the page is a [SCORM debug log grid](/v1/docs/scorm-results-drilldown-and-scorm-debug-log#understanding-the-scorm-debug-log-grid).

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/scorm-results-drilldown-and-scorm-debug-log-image-j8jbrgf6.png)

## **Understanding the Summary of Enrollment**

A summary of the enrollment displays at the top of the page. The information displayed is described below.

### **Course**

The name of the SCORM course.

### **Learner**

The name of the learner who is taking the SCORM course.

### **Enrolled**

The date and time that the learner was enrolled in the SCORM course.

### **Enrolled By**

Displays either the user who enrolled the learner in the SCORM course, or "System" if someone uses the [API](/v1/docs/api) to enroll users.

### **Started**

The date and time that the learner started the SCORM course. If the learner has not yet started the course, "N/A" displays.

### **Last Accessed**

The date and time that the learner last accessed the SCORM course. If the learner has not yet accessed the course, "N/A" displays.

### **Completed**

The date and time that the learner completed the SCORM course. If the learner has not yet completed the course, "N/A" displays.

### **Grade**

If the learner has completed the course and there is a grade, this is the learner's grade for the course.

### **Last Browser**

The browser that the learner used the last time they logged in to SmarterU.

This browser may not be the same browser that the learner used to take or complete the SCORM course.

## **Understanding the SCORM Debug Log Grid**

The grid below the summary information details the results that SmarterU receives from your SCORM course.

The column headers of the table are translated, but its contents are NOT translated. This was done to preserve what the SCORM course sends to SmarterU. The only exception to this is the "N/A" that displays when a cell is null/empty.

### Created

The date and time that the entry was created.

### **Method**

The Method entry will be one of the following:

- GetLearnerInformation - This entry is automatically created when the learner launches the SCORM course.
- RollupRegistration - This entry is automatically created every 10 seconds while the course is running and/or when an action occurs within the SCORM course.
- RollupRegistrationOnExit - This entry is created when the SCORM course is closed.

To properly record the SCORM information in SmarterU, your course must send a COMPLETE when all slides have been finished.

### **Completion**

The Completion entry will be one of the following:

- NULL - Displays as "N/A".
- UNKNOWN
- INCOMPLETE - Indicates that the learner has not completed the SCORM course. An INCOMPLETE entry with a Grade may be created if:
  - The learner closes the browser part way through a quiz attempt
  - The learner fails a quiz but has not exceeded the number of attempts to pass the quiz.
- COMPLETE - Indicates that the learner has completed the SCORM course. Once the Completion entry is set to COMPLETE, any INCOMPLETE entries following it will NOT change the SmarterU enrollment record (i.e., increase the time in the course, or modify the grade).

If the learner completes the course successfully and chooses to re-start the course or access any parts of the course, then you may see multiple COMPLETE entries in the table.

### **Success**

The Success entry will be one of the following:

- NULL - Displays as "N/A".
- UNKNOWN
- PASSED - Indicates that the learner passed the SCORM course.
- FAILED - Indicates that the learner failed the SCORM course.

If the Success entry returns NULL or UNKNOWN when the course is completed, SmarterU assumes that the course was passed.

### Grade Available

Indicates that the learner's grade for the SCORM course is available.

### **Grade**

The learner's grade for the SCORM course.

A value of "-Infinity" in the Grade column indicates that an error occurred while the learner attempted to complete the course. There are two situations known to cause this:

- A "Review Quiz" button has been added to the quiz allows the learner to retake the quiz. In some situations, the "Review Quiz" button has been known to erase the learner's previously selected answers and reset the quiz score to zero (NULL).
- The menu sidebar navgation is left unlocked. Locking down the menu navigation forces a learner to review all slides without having the ability to skip ahead to the end of the course. We recommend that you lock your menu navigation in a way that allows the learner to only review the current slide, or any previous slides that they've already reviewed, but prevents them from skipping ahead.

### Time

The number of seconds that the learner was in the SCORM course.

## Related

- [Courses: SCORM](/courses-scorm.md)
- [Enrollment Audit Log](/enrollment-audit-log.md)
- [Enrollment Report](/enrollment-report.md)
- [Enrollment Report: Viewing a Learner's Progress](/enrollment-report-viewing-a-learners-progress.md)
- [Exporting SCORM Quiz Data](/exporting-scorm-quiz-data.md)
- [Reports Dashboard](/reports-dashboard.md)
