Articles on: REPORTS & RESULTS

How to interpret coding test reports?

  1. Log In to Your Account


  1. Navigate to the Assessments Tab
  • In the sidebar, click Assessments.


  1. Open Reports
  • Select the required assessment.
  • Click Reports.


  1. View Full Report
  • Click View report next to a candidate to view their full individual report.


  1. Code Playback

The Code Playback feature records every action a candidate takes in the code editor during the assessment. This allows you to replay their entire problem-solving journey — from start to finish — helping you assess their approach, logic, and efficiency.

  • Scroll to the coding question in the candidate's report.
  • Select your preferred playback speed — 1x, 2x, or 3x.
  • Click Play to begin the playback.
  • Click Pause at any time to stop the playback.
  • Click Final Code to view the final code written by the candidate.


  1. Show Diff

The Show Diff feature helps you understand exactly why a candidate received a particular score on a coding question by breaking down each test case result.

  • Click Show Diff on the coding question to open the detailed breakdown.
  • The report displays the following for each test case:
    • Input — the input provided to the candidate's code.
    • Expected Output — the correct output for the given input.
    • Received Output — the actual output produced by the candidate's code.
    • Difference — a highlighted comparison pinpointing exactly where and what went wrong between the expected and received output.


  1. Analyzing Coding Question Scores
  • The score for each coding question is calculated based on the number of test cases the candidate's code successfully passes.

Updated on: 05/14/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!