To create a programming question:

  1. Navigate to the assessment
  2. Click New Question and select Programming in the dropdown
  3. Fill in the question under Description.
  4. Give the question a grade (e.g. 2 marks)

4C-1

Choose the desired programming language and evaluator. 4C-2

Fill in the submission template (what the student sees) and solution (the correct solution to the question) 4C-3

Following which, you can create public, private or evaluation test cases for the code by clicking + sign in the respective section.

Minimally, you will need to fill in the fields Expression and Expected.

4C-4