We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347860c commit c0da749Copy full SHA for c0da749
src/course/2024_SP.tsx
@@ -37,15 +37,18 @@ export function SP_2024() {
37
<li>[Book] Secure Coding in C and C++</li>
38
<li>[Book] Secure Programming Cookbook for C and C++</li>
39
</div>
40
-
+
41
<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
42
- <h5 className="fw-bold text-white m-0">IPAS 證照通過率</h5>
+ <h5 className="fw-bold text-white m-0">學期成績</h5>
43
44
45
<div className="py-3 d-flex flex-column gap-3">
46
- <li>[Pending]</li>
+ <li>修課人數: 53 人</li>
47
+ <li>及格人數: 49 人</li>
48
+ <li>最高分數: 100 分; 最低分數: 18 分; 平均分數: 89.11 分</li>
49
+ <li>IPAS 證照通過率: 19/22 = 86 %</li>
50
51
52
53
<h5 className="fw-bold text-white m-0">教學評鑑</h5>
54
0 commit comments