ส่วนเสริมของ 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) ตัวเลข 2 หลักสุดท้ายควรเป็น 0 เสมอเนื่องจากเราใช้ความแม่นยำทศนิยม 2 ตำแหน่ง ใช้ได้ก็ต่อเมื่อประเภทการคำนวณคะแนนเป็น WEIGHTED_CATEGORIES
|
defaultGradeDenominator |
integer
ค่าเริ่มต้นของตัวหาร ใช้ได้ก็ต่อเมื่อประเภทการคำนวณคะแนนคือ TOTAL_POINTS
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-06 UTC
[null,null,["อัปเดตล่าสุด 2024-12-06 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."]]],[]]