diff --git a/src/app/participant-choice-content/participant-choice-content.component.ts b/src/app/participant-choice-content/participant-choice-content.component.ts index 16812f5ab8a1c76dadce951101ec53a8b2e612f4..365adb1b47b028a581eaadd4489098d2ffb5395c 100644 --- a/src/app/participant-choice-content/participant-choice-content.component.ts +++ b/src/app/participant-choice-content/participant-choice-content.component.ts @@ -8,7 +8,6 @@ import { AnswerOption } from '../answer-option'; styleUrls: ['./participant-choice-content.component.scss'] }) export class ParticipantChoiceContentComponent implements OnInit { - content: ChoiceContent = new ChoiceContent('2', '1', '1', @@ -29,5 +28,4 @@ export class ParticipantChoiceContentComponent implements OnInit { ngOnInit() { } - } diff --git a/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts b/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts index 5fa82c6774064920f75d15413c7a26aba1acdf7f..b1ae4172be012dc11ec11ca1ebc9499d55c0bb35 100644 --- a/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts +++ b/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts @@ -17,5 +17,4 @@ export class ParticipantContentCarouselPageComponent implements OnInit { ngOnInit() { } - } diff --git a/src/app/participant-text-content/participant-text-content.component.ts b/src/app/participant-text-content/participant-text-content.component.ts index 0cec24630e60fa318fe16603eee56ba6306617cd..efb0260069f5db2c077b3f761eef3156df76610f 100644 --- a/src/app/participant-text-content/participant-text-content.component.ts +++ b/src/app/participant-text-content/participant-text-content.component.ts @@ -7,7 +7,6 @@ import { TextContent } from '../text-content'; styleUrls: ['./participant-text-content.component.scss'] }) export class ParticipantTextContentComponent implements OnInit { - content: TextContent = new TextContent('1', '1', '1', @@ -23,5 +22,4 @@ export class ParticipantTextContentComponent implements OnInit { submit(answer: string) { } - }