We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4298b0b commit 0387842Copy full SHA for 0387842
src/app/pages/tasks/task-playables/sdmt/sdmt.component.html
@@ -35,5 +35,6 @@ <h1 *ngIf="isPractice" class="tutorial-header">{{ tutorialWelcomeHeader }}</h1>
35
<div style="color: red" *ngIf="showFeedback">{{ feedback }}</div>
36
</div>
37
38
+ <app-skip-button [isVisible]="true" (shouldSkip)="handleSkip()"></app-skip-button>
39
40
0 commit comments