Browse Source

Production build fix

master
kj1352 4 years ago
parent
commit
007c77c87d
2 changed files with 1539 additions and 1536 deletions
  1. +1538
    -1535
      .firebase/hosting.d3d3.cache
  2. +1
    -1
      src/app/quiz/mcq/mcq.component.ts

+ 1538
- 1535
.firebase/hosting.d3d3.cache
File diff suppressed because it is too large
View File


+ 1
- 1
src/app/quiz/mcq/mcq.component.ts View File

@@ -11,7 +11,7 @@ export class McqComponent implements OnInit {
value: string,
text: string,
}>;
@Input() correctAnswer: number;
@Input() correctAnswer: string;

selectedChoice: string = '';



Loading…
Cancel
Save