Skip to content
Snippets Groups Projects
Commit 3cd15c6c authored by Lorenz Detterbeck's avatar Lorenz Detterbeck
Browse files

Add preview Button

parent 67ec0552
No related merge requests found
...@@ -3,30 +3,32 @@ ...@@ -3,30 +3,32 @@
</mat-form-field> </mat-form-field>
<p></p> <p></p>
<mat-form-field> <mat-form-field>
<textarea matInput placeholder="Place your text here" matTextareaAutosize matAutosizeMinRows="3" matAutosizeMaxRows="8"></textarea> <textarea matInput placeholder="Place your text here" matTextareaAutosize matAutosizeMinRows="3" matAutosizeMaxRows="8"></textarea>
</mat-form-field> </mat-form-field>
<mat-selection-list #answeroption > <mat-list #answeroption >
<mat-list-option> <mat-form-field>
<mat-form-field> <input matInput placeholder="Answer 1">
<input matInput placeholder="Answer 1"> </mat-form-field>
</mat-form-field> <mat-checkbox></mat-checkbox>
</mat-list-option> <p></p>
<mat-list-option> <mat-form-field>
<mat-form-field> <input matInput placeholder="Answer 2">
<input matInput placeholder="Answer 2"> </mat-form-field>
</mat-form-field> <mat-checkbox></mat-checkbox>
</mat-list-option> <p></p>
<mat-list-option> <mat-form-field>
<mat-form-field> <input matInput placeholder="Answer 3">
<input matInput placeholder="Answer 3"> </mat-form-field>
</mat-form-field> <mat-checkbox></mat-checkbox>
</mat-list-option> <p></p>
</mat-selection-list> </mat-list>
<p></p>
<button mat-raised-button="Preview">Preview</button>
<!-- TODO: Save answers to array in a class. Show answers in a matlist --> <!-- TODO: Save answers to array in a class. Show answers in a matlist -->
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment