Kalkulator konačnih ocjena
Nađi ocjenu koju trebaš na završnom ispitu da bi dobio ciljanu ocjenu.
Rezultati se ažuriraju dok tipkate.
O ovom kalkulatoru
you have a current grade of 85%, you need to score 88% of the course, and the final is worth 92.5% of the course. The final grade calculator will tell you how much time you need to study on the final, and how much time you need to spend on the final. The final grade calculator will tell you how much time you need to study on the final, and how much time you need to spend on the final. The final grade calculator will tell you how much time you need to study on the final, and how much time you need to study on the final.Use it during exam season to know exactly what to aim for, to check whether a desired grade is still within reach, and to decide which finals deserve the most study time based on how heavily each one is weighted.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach, and to decide which finals deserve the most study time.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach, and to decide which finals deserve the most study time.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach, and to decide which finals deserve the most study time.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach, and to decide which finals deserve the most study time.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach, and to decide which finals deserve the most study time.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach, and to decide which finals deserve the most study time.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach, and to decide which finals deserve the most study time.Use it during exam season to know exactly what to aim for, and to check whether a desired grade is still within reach
Često postavljana pitanja
Kako se izračunava potreban konačni rezultat?
Potrebno = (željeno − trenutno × (1 − težina)) ÷ težina, koristeći težine kao decimale. Rješava ponderiranu prosječnu jednačinu za konačni rezultat ispita.
Šta ako mi treba više od 100%?
Ako je potreban rezultat veći od 100%, cilj nije postignut samo ovim finalom. Linija "Dostižno?" to označava.
Šta znači težina ispita?
To je udio vaše ukupne ocjene koji završni ispit vrijedi - 30% znači da završni ispit računa 30% a vaš postojeći rad za ostalih 70%. Teži završni ispit može više promijeniti vašu ocjenu, na bolje ili lošije.
Koja ocjena mi je potrebna da prođem tečaj?
Postavite željenu ukupnu ocjenu za vašu prolaznu ocjenu, kao što je 50% ili 60%, i unesite vašu trenutnu ocjenu i težinu finala. Kalkulator vraća minimalni rezultat koji final treba da vas podigne do te prolazne ocjene.
Mogu li ovo koristiti za zadatak umjesto za završnicu?
Da. Ponašaj se prema svakoj nadolazećoj komponenti kao prema "završnoj" i unesi njenu težinu. Matematička težina prosjeka je ista bez obzira da li je preostala stavka ispit, projekt ili papir.
Što se računa kao moja trenutna ocjena?
To je vaš prosjek svih do sada završenih zadataka, prije završnog ispita. Unesite taj postotak kao trenutnu ocjenu i finalnu težinu kao preostali udio, i alat će riješiti za ocjenu koju još trebate.
API — koristite ovaj kalkulator iz koda
Pozovi ovaj kalkulator kao slobodnu JSON krajnju tačku - nije potreban ključ. Pošalji vrijednosti polja ispod kao parametre upita ili JSON. Sve što izostavite koristi istu zadanu vrijednost kojom je ova stranica unaprijed popunjena; nepoznat parametar je 400, nikad tiha nula. Pročitajte cijelu API dokumentaciju →
Krajnja tačka
GET https://calculator.free/api/v1/final-grade/
curl
curl "https://calculator.free/api/v1/final-grade/?current=82&desired=90&weight=30"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/final-grade/?" + new URLSearchParams({
"current": "82",
"desired": "90",
"weight": "30"
}));
const data = await r.json();
console.log(data.results);
Rezultati su procjene samo za opće smjernice, a ne financijski, medicinski ili porezni savjeti.