Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeChallenge

A code challenge information

Hierarchy

  • CodeChallenge

Index

Properties

approvedAt: string

Date and time when approved, in ISO_8601 format.

approvedBy: Author

Object describing who approved this code challenge.

category: string

Category of the kata.

contributorsWanted?: boolean

Whether to allow contributions.

createdBy: Author

Object describing who created this code challenge.

description: string

Description of the kata in Markdown.

id: string

ID of the kata.

languages: string[]

Array of language names the kata is available in.

name: string

Name of the kata.

publishedAt: string

Date and time when published, in ISO_8601 format.

Object describing the rank of the kata, if approved.

slug: string

Slug of the kata.

tags: string[]

Array of tags associated with the kata.

totalAttempts: number

Total number of completions.

totalCompleted: number

Total number of attempts.

totalStars: number

Total number of bookmarks.

url: string

URL of the kata.

voteScore: number

The sum of votes casted.

Generated using TypeDoc