{"id":39,"date":"2024-07-25T11:50:17","date_gmt":"2024-07-25T02:50:17","guid":{"rendered":"https:\/\/yagu1125.com\/?p=39"},"modified":"2024-07-25T11:50:17","modified_gmt":"2024-07-25T02:50:17","slug":"p-gpa","status":"publish","type":"post","link":"https:\/\/yagu1125.com\/en\/p-gpa\/","title":{"rendered":"Program(GPA)"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>def is_poor_attendance(a,b=15):#A\u306f\u51fa\u5e2d\u56de\u6570\u3001B\u306f\u7dcf\u6388\u696d\u56de\u6570\n    return a\/b&lt;2\/3\ndef get_grade_point(c,a,b=15):#C\u306f\u5f97\u70b9\n    if is_poor_attendance(a,b):\n        return 0\n    else:\n        match c\/\/10:\n            case 10|9:\n                return 4\n            case 8:\n                return 3\n            case 7:\n                return 2\n            case 6:\n                return 1\n            case _:\n                return 0\ndef calc_gpa(x):#y\u306f\u5358\u4f4d\u6570\n    d=0\n    e=0\n    for i in x:\n        b=15 if len(i)&lt;3 else i&#091;2]\n        y=2 if len(i)&lt;4 else i&#091;3]\n        f=get_grade_point(i&#091;0],i&#091;1],b)\n        d+=f*y\n        e+=y\n    return d\/e if e&gt;0 else 0\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-39","post","type-post","status-publish","format-standard","hentry","category-tutorial"],"_links":{"self":[{"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/posts\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":0,"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/posts\/39\/revisions"}],"wp:attachment":[{"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/media?parent=39"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/categories?post=39"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yagu1125.com\/en\/wp-json\/wp\/v2\/tags?post=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}