diff --git a/src/app/participant-choice-content/participant-choice-content.component.html b/src/app/participant-choice-content/participant-choice-content.component.html
index 70c0ca18e4f3c23ed714addbbbbc1ba254e20104..d22ccfa62098fecab8ccd7d79c21b6c1e5f9d562 100644
--- a/src/app/participant-choice-content/participant-choice-content.component.html
+++ b/src/app/participant-choice-content/participant-choice-content.component.html
@@ -14,12 +14,9 @@
       <mat-divider></mat-divider>
       <mat-card-content>
         <mat-list *ngFor="let answer of testChoiceContent.options">
-          <mat-list-item>{{answer.label}}</mat-list-item>
+          <mat-checkbox>{{answer.label}}</mat-checkbox>
         </mat-list>
       </mat-card-content>
-      <mat-divider></mat-divider>
-      <app-content-list></app-content-list>
-      <mat-divider></mat-divider>
     </mat-card>
     <div *ngIf="!isLoading && !room">Error: room could not be found!</div>
   </div>