Skip to content

Commit

Permalink
Merge pull request #443 from correctexam/427-proposition-for-a-generi…
Browse files Browse the repository at this point in the history
…c-marking-scheme

427 proposition for a generic marking scheme
  • Loading branch information
barais authored Dec 21, 2023
2 parents 9fd4464 + 3c4315c commit 98e588e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1>Cluster {{ k.key }}</h1>
>
<span *ngIf="zones4comments !== undefined && zones4comments.gradeType === 'HYBRID'"
><b *ngIf="zones4comments.point !== 0"
>{{ zones4comments.answers![value].note / 100 | number: '0.0-2' }}/{{ zones4comments.point }}</b
>{{ zones4comments.answers![value].note / 100 | number: '1.0-2' }}/{{ zones4comments.point }}</b
></span
>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h5 class="card-title" jhiTranslate="scanexam.courseexport">Export</h5>
Export
</button>
</div>
<ng-container *ngIf="exams.length > 1">
<ng-container *ngIf="exams !== undefined && exams !== null && exams.length > 1">
<div
*ngFor="let exam of exams"
class="flex align-items-center justify-content-center font-bold text-gray-900 border-round m-2"
Expand Down

0 comments on commit 98e588e

Please sign in to comment.