Skip to main content

Task

Task for coding exercises Represents a coding challenge with test cases and completion tracking

Extends

Properties

codeSnippet

codeSnippet: string;

Code snippet to be completed by the user


completed

completed: boolean;

Whether the task is completed


description

description: string;

Description

Inherited from

Described.description


id

id: string;

Unique identifier

Inherited from

Identifiable.id


testCases?

optional testCases: TestCase[];

List of test cases for validating the task


title

title: string;

Title

Inherited from

Titled.title