This website works better with JavaScript.
首頁
探索
說明
登入
kj
/
kxip-app
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Production build fix
master
kj1352
4 年之前
父節點
4921f81b76
當前提交
007c77c87d
共有
2 個文件被更改
,包括
1539 次插入
和
1536 次删除
分割檢視
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
文件差異過大導致無法顯示
查看文件
+ 1
- 1
src/app/quiz/mcq/mcq.component.ts
查看文件
@@ -11,7 +11,7 @@ export class McqComponent implements OnInit {
value: string,
text: string,
}>;
@Input() correctAnswer:
number
;
@Input() correctAnswer:
string
;
selectedChoice: string = '';
Write
Preview
Loading…
取消
儲存