कोर्सवर्क में, ग्रेड की कोई कैटगरी नहीं हो सकती या एक कैटगरी हो सकती है. साथ ही, इस कैटगरी का इस्तेमाल कुल ग्रेड कैलकुलेट करने के लिए किया जा सकता है. ज़्यादा जानकारी के लिए, सहायता केंद्र का लेख पढ़ें.
कुल औसत के हिस्से के तौर पर, कैटगरी के औसत का वेटेज. 12.34% वज़न को 1,23,400 के तौर पर दिखाया जाता है. 100% वज़न को 1,000,000 के तौर पर दिखाया जाता है. आखिरी दो अंक हमेशा शून्य होने चाहिए, क्योंकि हम दशमलव के दो अंकों का इस्तेमाल करते हैं. यह सिर्फ़ तब लागू होता है, जब ग्रेड का हिसाब लगाने का टाइप WEIGHTED_CATEGORIES हो.
defaultGradeDenominator
integer
डिनॉमिनेटर की डिफ़ॉल्ट वैल्यू. यह सिर्फ़ तब लागू होता है, जब ग्रेड का हिसाब लगाने का टाइप TOTAL_POINTS हो.
[[["समझने में आसान है","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. |"]]