Тест нәтиҗәләре калькуляторы
Дөрес җаваплар саны процент һәм хәреф дәрәҗәсенә әйләндерелә.
Сез язганда нәтиҗәләр яңартыла.
Калкулятор турында
example, if you answered 18 correct out of 20 questions, you will get 18 ÷ 20 × 100 = 90%, an A-. If you answered 2 wrong questions, you will get 18 ÷ 20 × 100 = 90%, an A-. If you answered 2 wrong questions, you will get 18 ÷ 20 × 100 = 90%, an A-. If you answered 2 wrong questions, you will get 18 ÷Worked exampleA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA reference tableA
Кайвакыт бирелә торган сораулар
Тест процентын ничек исәпләргә?
Дөрес җаваплар санына сорауларның гомуми санына бүлеп бирегез һәм 100 гә арттырыгыз. 20 дән 18 дөрес җавап 18 ÷ 20 × 100 = 90% була.
Мин хата белән керткән номерны кертә аламмы?
Әйе — "Сүзне дөрес язу" ысулын куегыз һәм хаталанган сүзләрне языгыз. Калкулятор бу санны дөрес язылган сүзләр санына бүлеп чыгара, аннары процентны шул ук рәвештә исәпли.
Ничек инде ул гаепсез кешене үтерергә тиеш?
Кайбер имтиханнар һәрбер хаталы җавап өчен берәр баллны алып ташлый, бу уйлап табуны киметү өчен. Әгәр сез штрафны куясыз икән, ул хаталы җаваплар саны белән арттырыла һәм процент исәпләнгәнче сезнең төп баллыгыздан төшерелә.
Ничә тапкыр хаталанам да, барыбер тапшырам?
Сезгә кирәкле үтү процентын 100гә бүлегез һәм минималь дөрес җаваплар саны өчен гомуми санга арттырыгыз, аннары гомуми саннан төшерегез. 20 сораудан торган тестта 70% дөрес җавап бирү өчен сезгә 14 дөрес җавап кирәк, шуңа күрә иң күбе 6 хатага юл куярга мөмкинсез.
А сыйныфына керү өчен нинди имтихан нәтиҗәсе кирәк?
Бердәм шкалада A 90% дан башлана. 0. 90ны сораулар санына арттырыгыз һәм турыга әйләндерегез: 50 сораудан торган тестта A өчен 45 дөрес җавап кирәк, B өчен 40 һәм C өчен 35 дөрес җавап кирәк.
Боерыкны үтәү өчен бер генә адым бар: аны дөрес итеп үтәү.
Әдәттә, yes - дөрес җавап бирелмәгән һәрбер сорауга 0 балл бирелә, шуңа күрә хаталы һәм хатасыз җаваплар бертигез бәяләнә. Бу аерма бары тик хаталы җавап өчен штрафны билгеләгәндә генә була, ул хаталы җаваплар санына кушыла.
API — бу калькуляторны кодтан куллану
Бу калькуляторны буш JSON ахыры буларак чакыру — ключ кирәкми. Төп өлешнең түбәндәге күрсәткечләрен сорау параметрлары яки JSON буларак җибәрү. API документациясен укыгыз →
Ачыклау
GET https://calculator.free/api/v1/test-score/
curl
curl "https://calculator.free/api/v1/test-score/?mode=correct&correct=18&total=20"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/test-score/?" + new URLSearchParams({
"mode": "correct",
"correct": "18",
"total": "20"
}));
const data = await r.json();
console.log(data.results);
Бу ысулның төп өстенлеге — ул финанс, медицина һәм сәүдә өлкәләрендә кулланыла.