전체 평균의 일부인 카테고리 평균의 가중치입니다. 가중치 12.34% 는 123400으로 표시됩니다 (100% 는 1,000,000). 소수점 이하 자릿수를 2자리로 사용하기 때문에 마지막 두 자리는 항상 0이어야 합니다. 성적 계산 유형이 WEIGHTED_CATEGORIES인 경우에만 적용됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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. |"]]