이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
GradeCategory
강의의 성적 카테고리 세부정보입니다.
수업 과제에는 0개 또는 1개의 성적 카테고리가 있을 수 있으며 카테고리는 전체 성적을 계산하는 데 사용될 수 있습니다. 자세한 내용은 고객센터 도움말을 참고하세요.
JSON 표현 |
{
"id": string,
"name": string,
"weight": integer,
"defaultGradeDenominator": integer
} |
필드 |
id |
string
성적 카테고리의 ID입니다.
|
name |
string
성적 카테고리의 이름입니다.
|
weight |
integer
전체 평균에 포함된 카테고리 평균의 가중치입니다. 가중치 12.34% 는 123,400 (100% 는 1,000,000)으로 표시됩니다. 소수점 이하 두 자리 정밀도를 사용하므로 마지막 두 자리는 항상 0이어야 합니다. 성적 계산 유형이 WEIGHTED_CATEGORIES인 경우에만 적용됩니다.
|
defaultGradeDenominator |
integer
분모의 기본값입니다. 성적 계산 유형이 TOTAL_POINTS인 경우에만 적용됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]