create

open fun create(name: String, displayName: String, group: ProblemGroup): ProblemId(source)

Creates a new problem id.

Return

the new problem id

Since

8.13

Parameters

name

the name of the problem. The convention is to use kebab-case (ie lower case with hyphens).

displayName

the user-friendly display name of the problem

group

the group to which the problem belongs