ส่วนเสริมของ Google Classroom พร้อมให้บริการแก่นักพัฒนาซอฟต์แวร์แล้ว โปรดดูข้อมูลเพิ่มเติมใน
เอกสารส่วนเสริม
GradeCategory
รายละเอียดหมวดหมู่เกรดในหลักสูตร
การบ้านและรายงานอาจมีหมวดหมู่เกรดเป็น 0 หรือ 1 หมวดหมู่ และอาจมีการใช้หมวดหมู่ดังกล่าวในการคำนวณเกรดโดยรวม ดูรายละเอียดจากบทความในศูนย์ช่วยเหลือ
การแสดง JSON |
{
"id": string,
"name": string,
"weight": integer,
"defaultGradeDenominator": integer
} |
ช่อง |
id |
string
รหัสของหมวดหมู่เกรด
|
name |
string
ชื่อหมวดหมู่เกรด
|
weight |
integer
น้ำหนักของค่าเฉลี่ยหมวดหมู่ซึ่งเป็นส่วนหนึ่งของค่าเฉลี่ยโดยรวม น้ำหนัก 12.34% จะแสดงเป็น 123400 (100% คือ 1,000,000) ตัวเลขสองหลักสุดท้ายควรเป็นศูนย์เสมอ เนื่องจากเราใช้ทศนิยมสองหลัก ใช้ได้เฉพาะเมื่อประเภทการคำนวณคะแนนคือ WEIGHTED_CATEGORIES
|
defaultGradeDenominator |
integer
ค่าเริ่มต้นของตัวส่วน ใช้ได้เฉพาะเมื่อประเภทการคำนวณคะแนนคือ TOTAL_POINTS
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["Grade categories, used for calculating overall grades in a course, can be represented in JSON format with specific fields for identification, name, weight, and default grade denominator."],["The `weight` field, applicable only for weighted categories grade calculation, represents the category's contribution to the overall average using a specific format where 100% is 1,000,000."],["A default grade denominator is used when the grade calculation type is TOTAL_POINTS, while the weight is used for WEIGHTED_CATEGORIES calculations."],["Coursework might not always have a grade category, but if it does, it's limited to one and detailed information can be found in the provided help center article link."]]],[]]