diff --git a/src/app/components/participant/content-choice-participant/content-choice-participant.component.html b/src/app/components/participant/content-choice-participant/content-choice-participant.component.html index 6aff16b5772714945403ef4b01158f08f4820e12..a7f41bf36e27cb29b4f70b64d8c116d8dbe5eb12 100644 --- a/src/app/components/participant/content-choice-participant/content-choice-participant.component.html +++ b/src/app/components/participant/content-choice-participant/content-choice-participant.component.html @@ -1,5 +1,5 @@ <form (ngSubmit)="submitAnswer()"> - <h1 class="mat-headline">{{ content.subject }}</h1> + <h1 class="mat-headline">{{ content.body }}</h1> <mat-divider></mat-divider> <mat-list *ngIf="content.multiple"> <mat-list-item *ngFor="let answer of checkedAnswers"> diff --git a/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss b/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss index 615eaa08f34372a38036c3138ca8ba7e5b3bc5fc..81c1f2bc4cd81f9ee99c59f6ddf3ed2ea76d8165 100644 --- a/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss +++ b/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss @@ -8,4 +8,5 @@ form > div > mat-chip-list { form > h1 { margin:20px 0; + font-size: larger; }