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
id
id: string;
Unique identifier
Inherited from
testCases?
optional testCases: TestCase[];
List of test cases for validating the task
title
title: string;
Title