Skip to main content

CodingExerciseLessonContent

Content shape for coding exercise lessons

Extends

Properties

hints?

optional hints: string[];

Optional hints to help students

Inherited from

Instructional.hints


instructions

instructions: string;

Instructions or directions for the student

Inherited from

Instructional.instructions


language

language: string;

Programming language for the exercise


resources?

optional resources: ContentBlockMap<Resource>;

Supplementary resources


starterCode?

optional starterCode: string;

Starter code provided to the student


tasks?

optional tasks: Task[];

Tasks to complete


testCases?

optional testCases: TestCase[];

Test cases for validation