Skip to content

Viewing Student Submissions

You can see every submission a student has made for a problem.

How to get there

Go to /p/<problem-id>/users/<user-id>.

You'll see a list of all their submissions in order, including:

  • The code they submitted
  • Which test cases passed and which failed
  • The output and expected output for each test case
  • How long each test case took to run

What to look for

  • Progression — did they get closer over time, or are they stuck?
  • Wrong output — what is their function returning vs what was expected?
  • Errors — is it crashing? The error message will show under the test case.

Finding a student's user ID

Student user IDs are not yet shown in a teacher dashboard. You'll need to look them up in the database directly for now. A student list UI is coming soon.