diff --git a/src/app/content-answers/content-answers.component.html b/src/app/content-answers/content-answers.component.html
index 6067071228690c35263f4b4ecc3b895468690463..e34799487103dc5ab7d098859e834cde095b6cb2 100644
--- a/src/app/content-answers/content-answers.component.html
+++ b/src/app/content-answers/content-answers.component.html
@@ -1,3 +1,9 @@
+<mat-card>
+  <mat-form-field>
+      <textarea matInput placeholder="Answer"></textarea>
+  </mat-form-field>
+</mat-card>
+
 <mat-card>
   <mat-card-content>
     <h2 class="example-h2">Checkbox configuration</h2>