Hiện tại, các nhà phát triển đã có thể sử dụng rộng rãi tiện ích bổ sung của Google Lớp học! Vui lòng xem tài liệu về tiện ích bổ sung để biết thêm thông tin.
Thông tin chi tiết về một danh mục điểm trong khoá học.
Bài tập có thể có 0 hoặc 1 danh mục điểm và danh mục này có thể được dùng để tính tổng điểm. Hãy xem bài viết này trên trung tâm trợ giúp để biết thông tin chi tiết.
Trọng số của điểm trung bình theo danh mục trong điểm trung bình tổng thể. Tỷ lệ 12,34% được biểu thị là 123400 (100% là 1.000.000). Hai chữ số cuối phải luôn là 0 vì chúng ta sử dụng độ chính xác hai chữ số thập phân. Chỉ áp dụng khi loại tính điểm là WEIGHTED_CATEGORIES.
defaultGradeDenominator
integer
Giá trị mặc định của mẫu số. Chỉ áp dụng khi loại tính điểm là TOTAL_POINTS.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],[],null,["# GradeCategory\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails for a grade category in a course.\n\nCoursework may have zero or one grade category, and the category may be used in computing the overall grade. See the [help center article](https://support.google.com/edu/classroom/answer/9184995) for details.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"weight\": integer, \"defaultGradeDenominator\": integer } ``` |\n\n| Fields ||\n|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` ID of the grade category. |\n| `name` | `string` Name of the grade category. |\n| `weight` | `integer` The weight of the category average as part of overall average. A weight of 12.34% is represented as 123400 (100% is 1,000,000). The last two digits should always be zero since we use two decimal precision. Only applicable when grade calculation type is WEIGHTED_CATEGORIES. |\n| `defaultGradeDenominator` | `integer` Default value of denominator. Only applicable when grade calculation type is TOTAL_POINTS. |"]]