Coding problems allow a student to write functioning code in assignments or quizzes and get instant feedback and debugging information.

After typing your code, click the "Save & Run Tests" test button at the lower right of the code block window.

In the example above, you will notice that the test case is in a failed state. You can click the test case name to launch details about what your code may be missing or any syntax errors that are present. 

Once the error(s) in your code are addressed you can save and rerun the test. Note that this time the status shows the test is passing and the solution meets the expected result for the Unit Test Case.

Once all the questions are completed, you can submit your assignment. (see Submitting Assignments)

Did this answer your question?