diff --git a/src/main/webapp/app/detail-overview-list/components/programming-test-status-detail/programming-test-status-detail.component.html b/src/main/webapp/app/detail-overview-list/components/programming-test-status-detail/programming-test-status-detail.component.html index 366ecdb77efd..78a22d3e39e8 100644 --- a/src/main/webapp/app/detail-overview-list/components/programming-test-status-detail/programming-test-status-detail.component.html +++ b/src/main/webapp/app/detail-overview-list/components/programming-test-status-detail/programming-test-status-detail.component.html @@ -7,6 +7,7 @@ [showUngradedResults]="true" [personalParticipation]="false" [short]="false" + [showProgressBar]="true" (onParticipationChange)="detail.data.onParticipationChange()" class="me-2" /> diff --git a/src/main/webapp/app/exam/participate/exercises/exercise-overview-page/exam-exercise-overview-page.component.html b/src/main/webapp/app/exam/participate/exercises/exercise-overview-page/exam-exercise-overview-page.component.html index 088d0de19f65..a779b0c1729b 100644 --- a/src/main/webapp/app/exam/participate/exercises/exercise-overview-page/exam-exercise-overview-page.component.html +++ b/src/main/webapp/app/exam/participate/exercises/exercise-overview-page/exam-exercise-overview-page.component.html @@ -66,7 +66,8 @@

[showBadge]="true" [participation]="item.exercise.studentParticipations[0]" [personalParticipation]="true" - class="me-2" + [showProgressBar]="true" + class="me-2 d-block" /> }