Skip to content

Commit

Permalink
Integrated code lifecycle: Show result progress bar in exam overview …
Browse files Browse the repository at this point in the history
…and exercise details pages (#10048)
  • Loading branch information
BBesrour authored Dec 20, 2024
1 parent 8442b3d commit e46ca22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[showUngradedResults]="true"
[personalParticipation]="false"
[short]="false"
[showProgressBar]="true"
(onParticipationChange)="detail.data.onParticipationChange()"
class="me-2"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ <h3 class="text-left fw-normal">
[showBadge]="true"
[participation]="item.exercise.studentParticipations[0]"
[personalParticipation]="true"
class="me-2"
[showProgressBar]="true"
class="me-2 d-block"
/>
}
</div>
Expand Down

0 comments on commit e46ca22

Please sign in to comment.