To create a programming question:

  1. Navigate to the assessment
  2. Click New and select programming in the dropdown
  3. Fill in the details (make sure you select the correct programming language!)

4C-1

To make it autograded, toggle the Autograded bar, and an editor should show up on screen.

  1. Write into the submission template (what the student sees)
  2. Write into the solution template (the correct solution to the question)

4C-2

Following which, you can create public and private test cases for the code by clicking Add New Test

Minimally, you will need to fill in the fields:

  • Expression
  • Expected

4C-3