diff --git a/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts b/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts index 12351f167305ef302a9fdf8cf0d9c29eb034fc4f..9572684a7e0a15de1e47b67c1eb9d9e0362adb9f 100644 --- a/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts +++ b/projects/common/components/compound-elements/cloze/cloze-child-elements/drop-list-simple.component.ts @@ -53,12 +53,12 @@ import { DragNDropValueObject } from 'common/models/elements/element'; <div *cdkDragPreview [style.font-size.px]="elementModel.styling.fontSize" [style.background-color]="elementModel.styling.itemBackgroundColor"> - {{value.stringValue}} + {{value.text}} </div> <div class="drag-placeholder" *cdkDragPlaceholder [style.min-height.px]="elementModel.styling.fontSize"> </div> - {{value.stringValue}} + {{value.text}} </div> </ng-template> </div>