Programming

These are the pages for programming instructions and work.

These pages also contain guides for completing your work in CodeHS. They're organized by course, then assignment.

Programming Concepts and Instructions

Courses

Issues/Bugs/User Errors

Scratchpad assignments won't submit/check

The Problem

When attempting to submit an assignment that uses the Scratchpad, the submission wheel just spins forever.

The Solution

You can't use the input functionality when submitting a "unit test" or "quiz" in CodeHS - which is what the Scratchpad assignments are. There is no way for the computer to enter a value, so it just spins eternally, waiting for input it will never receive.

Remove any input requests from your program.