CodingExerciseLessonContent
Content shape for coding exercise lessons
Extends
Properties
hints?
optional hints: string[];
Optional hints to help students
Inherited from
instructions
instructions: string;
Instructions or directions for the student
Inherited from
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