קלײן

קלײַב אַלץ אױסselect-action

%
%
%
%
%
%
%
%
%
%
%
%
%
װידער־װײַז־מאָדע: װײַז די שײך ביז איצט, איידער די װײַז־מאָדע
%
דער װײַטער־װײַז־מאָדע: דער װײַז־װײַז־נאָרמאַל־װײַז
%
Needed-final mode: how much of the course the final exam is worth.
אַלגעמיינע שאַטירונג
שריפֿט גרײס
קלײן
גאַנץ וואָג

רעזולטאטן װי איר שרײַבט

װײַז די װײַז־פּראָגראַם

you have a 100% score, you can use the “needed final” mode to calculate your overall course grade. The “needed final” mode is used to calculate your overall course grade from the scores you earned on each component and how much each is worth. It multiplies every score by its weight, adds the results and divides by the total weight, so it works even if your weights do not add up to exactly 100% — a partial gradebook still shows your standing so far. It also converts the result to a letter grade and shows a per-item breakdown and a solid B+. If you have a 100% score, you can use the “needed final” mode to calculate your overall course grade from the scores you earned on each component. The “needed final” mode is used to calculate your overall course grade from the scores you earned on each component.Switch to the “needed final” mode to work backwards: enter your current grade and your target × (1 − w) + final × w for the score you need on that final. If you have a “Worked” or “Worked-Worked” score, you can use the “needed final” mode to calculate your overall course grade from the scores you earned on each component.Switch to the “needed final” mode to work backwards: enter your current grade and your target × (1 − w) + final × w for the score you need on that final.Switch to the “Worked” mode to work backwards: Enter your current grade and the score you need on that final.Switch to the “needed final” mode to work backwards: Enter your current grade and your target × (1 − w) + final × w for the score you need on that final.Switch to the “needed final” mode to work backwards: Enter your current grade and your target × (1 − w) + final × w for the score you need on that final.Switch to the “needed final” mode to work backwards: Enter your current grade and your target × (1 − w) + final × w for the score you need on that final.Switch to the “needed final” mode to work backwards: Enter your current grade and your target × (1 − w)

פֿראַגעס

ווי אַזוי איז אַ װעגטײל־בײדעל באַרעכטיקט?

טעקסט פֿאַרבtext-tool-action

ווי קען איך געפֿינען די שאַץ וואָס איך װיל האָבן אין דער סוף־טעסט?

טעקסט פֿאַרבtext-tool-action

װאָס אויב מײַנע װעגטײלן זײַנען ניט 100%?

דאָס איז גוט אין דער אַלגעמײנער מאָדע — דער קלײנער צעטיילט זיך מיטן גאַנץ װעג װאָס דו האָסט אױסגעגעבן, אַזוי אַ טיילװײַז־קײט־בוך גיט נאָך אײַך די הײַנטיקע שטעלע, און עס װײַזט די גאַנץ װעג אױס, אַזוי אַז דו קענסט זען װיפֿל פֿון דעם קורס איז אױסגערעכנט

וואָס פֿאַר אַ בריוו־נאָמען װעט מײַן פּראָצענט װײַזן?

טעקסט פֿאַרבconsole-action

קען איך צוצוגעבן מער ווי דריי צוגאָבן?

יָא — עפֿענען די פֿאַרבינדענע אָפּציעס צו דערמאָנען עלעמענטן צװײ, פֿינף און זיבן, װאָס װײניקער האָט זײַן אייגענע שאַץ און װײַטײט. װאָסער עלעמענט װאָס איז אױף נוליקע װײַטײט איז איגנאָרירט, אַזוי װעלסטו נאָר אױסשרײַבן װיפֿל קאָמפּאָנענטן װאָס די שאַטירונג־בוך האָט

וואָס איז דער העכסטן שאַטונג װאָס איך קען נאָך באַקומען?

מעק אַרױסselect-criterion

איז א קלײד־געלײגער די זעלבע ווי א GPA־געלײגער?

ניטא. אַ שאַט־געלײגער געפֿינט אַ קלאַסן פּראָצענט פֿון זײַנע צופּאַסונגען; אַ GPA־געלײגער קאָמבינירט די סוף־בריוו־געלײגער פֿון אַ סך קלאַסן, װײַזנדיק מיט קרעדיט־שעהן, אין אַ שאַט־פּונקט־מײַנטלעכקייט. ניצ דאָס צו געפֿינען יעדער קלאַס־געלײגער, און דעמאָלט אַרײַנשרײַבן זיי אין דעם GPA־געלײגער

❤️ ליבע Calculator.Free? טייל עס אױס

𝕏  X Facebook Reddit
API — ניצע דעם קאַלקולאַטאָר פֿון קאָד

קלײַב אױס דעם קלײנער װי אַ פֿרײַן JSON סוף־פּונקט — קײן קלײַב ניט נייטיק. שיקן די פֿעלדער־באַטרעף אונטער דעם װי אַ פֿראַגע־פּאַראַמעטער אָדער JSON לייענען די גאַנץ API דאָקומענטאַציע →

סוף־פּראָצעס

GET https://calculator.free/api/v1/grade/

curl

curl "https://calculator.free/api/v1/grade/?mode=overall&s1=85&w1=20&s2=90&w2=30&s3=88&w3=50"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/grade/?" + new URLSearchParams({
    "mode": "overall",
    "s1": "85",
    "w1": "20",
    "s2": "90",
    "w2": "30",
    "s3": "88",
    "w3": "50"
  }));
const data = await r.json();
console.log(data.results);

רעזולטאטן זײַנען אָפּשאַצונגען נאָר פֿאַר אַלגעמיינע װײַזן, ניט פֿאַר פינאַנציעל, מעדיציניש אָדער באַדערפֿענישן