According to the academic transcript from the Office of Academic Affairs (OAA), retrieved in October 2023, the function representing the 4.0 scale is a linear function. For example, based on your current calculation method, if the October grade is 8.8, it corresponds to 3.5 on the 4.0 scale, whereas according to the OAA academic transcript, it is 3.9 [ 3.9 = 3.5 + (8.8 - 8.0) * 0.5 ]
Theo bảng điểm từ Phòng đào tạo, lấy vào tháng 10 năm 2023, hàm số biểu diễn thang hệ 4 là hàm tuyến tính. Chẳng hạn như theo cách tính hiện hành của anh, điểm thang 10 là 8.8 thì đổi sang thang hệ 4 là 3.5, trong khi theo bảng điểm thì là 3.9.
Therefore, the code in the file bookmarklet.js (lines 166 - 182) should be adjusted as follows:
Do đó, code trong file bookmarklet.js (dòng 166 - 182) nên được chỉnh lại như sau:
According to the academic transcript from the Office of Academic Affairs (OAA), retrieved in October 2023, the function representing the 4.0 scale is a linear function. For example, based on your current calculation method, if the October grade is 8.8, it corresponds to 3.5 on the 4.0 scale, whereas according to the OAA academic transcript, it is 3.9 [ 3.9 = 3.5 + (8.8 - 8.0) * 0.5 ]
Theo bảng điểm từ Phòng đào tạo, lấy vào tháng 10 năm 2023, hàm số biểu diễn thang hệ 4 là hàm tuyến tính. Chẳng hạn như theo cách tính hiện hành của anh, điểm thang 10 là 8.8 thì đổi sang thang hệ 4 là 3.5, trong khi theo bảng điểm thì là 3.9.
Therefore, the code in the file
bookmarklet.js (lines 166 - 182)
should be adjusted as follows:Do đó, code trong file
bookmarklet.js (dòng 166 - 182)
nên được chỉnh lại như sau:Old code
New code