This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
kxip-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Production build fix
master
kj1352
4 years ago
parent
4921f81b76
commit
007c77c87d
2 changed files
with
1539 additions
and
1536 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1538
-1535
.firebase/hosting.d3d3.cache
+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 = '';
Write
Preview
Loading…
Cancel
Save