{{'TITLE_CODING_CHALLENGE' | translate}}: {{dialogData.name}}

{{'TAB_FIND_IT' | translate}} {{lockIcon()}} @if (snippet !== null) { } @else {
LOADING_CODE_SNIPPET
}
{{'TAB_FIX_IT' | translate}} {{lockIcon()}} @if (snippet !== null && fixes !== null) { }
@if (hint && tab.value === 0) {
{{hint}}
} @if (explanation && tab.value === 1) {
{{explanation}}
}
@if (tab.value === 0) {
} @else { @if (tab.value === 1) { LABEL_CORRECT_FIX } }
@if (this.showFeedbackButtons && this.solved.fixIt) { } @if (this.showFeedbackButtons && this.solved.fixIt) { } @if (tab.value === 0) { } @if (tab.value === 1) { }