GradeCategory
פרטים על קטגוריית ציונים בקורס.
העבודות יכולות להיות מסווגות כאפס או בקטגוריית ציונים אחת, ואפשר להשתמש בקטגוריה לחישוב הציון הכולל. פרטים נוספים זמינים במאמר במרכז העזרה.
ייצוג JSON |
{
"id": string,
"name": string,
"weight": integer,
"defaultGradeDenominator": integer
} |
שדות |
id |
string
המזהה של קטגוריית הציונים.
|
name |
string
השם של קטגוריית הציונים.
|
weight |
integer
המשקל של הממוצע בקטגוריה כחלק מהממוצע הכולל. משקל של 12.34% מיוצג כ-123400 (100% הוא 1,000,000). שתי הספרות האחרונות צריכות תמיד להיות אפס כי אנחנו משתמשים בשני דיוקים עשרוניים. רלוונטי רק אם סוג חישוב הציון הוא WEIGHTED_CATEGORIES.
|
defaultGradeDenominator |
integer
ערך ברירת המחדל של המכנה. רלוונטי רק אם סוג חישוב הציון הוא TOTAL_POINTS.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת 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."]]],[]]