등급 계산기
숙제 점수와 가중치를 결합하거나 필요한 최종 시험 점수를 찾아보세요.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
a solid B. If you have a solid B., you can use the “needed final” mode to find 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 solid B., you can use the “needed final” mode to find your overall course grade from the scores you earned on each component and how much each is worth. If you have a solid B., you can use the “needed final” mode to find your overall course grade. If you have a solid B., you can use the “needed final” mode to find your overall course grade.Switch to the “needed final” mode to work backwards: enter your current grade and how much you need on that final. If you have a solid B., you can use the “needed final” mode to find your overall course grade.Worked example: homework 85% (weight 20), a midterm 90% (weight 30) and a final 88% (weight 50) give (85×20 + 90×30 + 88×50) ÷ (20 + 30 + 50) = 8800 ÷ 100%, a solid B.+ If you have a solid B., you can use the “needed final” mode to find your overall course grade.Switch to the “needed final” mode to work backwards: enter your current grade, your target and how much the final is worth, and if it is below 0% it tells you how hard you need to push on the last exam.Switch to the “needed final” mode to work forwards: Enter your current grade, your score and how much you need on that final. If you have a solid B., you can use the “needed final” mode.Switch to the “needed final” mode to work forwards: Enter your current grade,
자주 묻는 질문
가중 평점은 어떻게 계산됩니까?
각 점수는 가중치로 곱하고, 결과를 합산한 후 총점을 가중치의 합으로 나눈다. 85% 숙제 (20%), 90% 중간 학기 (30%), 88% 최종 학기 (50%)의 성적은 (85·20 + 90·30 + 88·50) ÷ 100 = 88 %입니다.
결과에 필요한 성적은 어떻게 찾을 수 있나요?
"결승전에 필요한 점수"로 전환하고 현재 점수, 목표, 결승전의 무게를 입력합니다. 도구는 결승전에 대한 target = current × (1 − w) + final × w 를 해결합니다. 따라서 82%의 점수를 얻고 결승전의 가치가 30%인 경우 전체적으로 90%가 필요하다는 것은 (90 − 82 × 0.7) ÷ 0.3 ≈ 108.7%가 필요하다는 것을 의미합니다.
내 무게가 100%를 합치지 못하면 어떻게 됩니까?
이것은 전체 모드에서 괜찮습니다 - 계산기는 입력한 총 가중치로 나누어 줍니다, 그래서 부분 성적표는 여전히 현재의 위치를 제공하고, 총 가중치를 보고하여 코스의 얼마나 많은 부분이 계산되어 있는지 볼 수 있습니다.
내 퍼센트는 어떤 성적을 받을까요?
이 도구는 전체 백분율을 표준 미국 척도에 매핑합니다. 90% 이상은 A 범위이고, 80%는 B, 70%는 C, 60%는 D, 60% 이하는 F로 각 범위 내에 플러스와 마이너스 밴드가 있습니다. 따라서 위의 예에서 88%는 B+로 표시됩니다.
3개 이상의 업무를 추가할 수 있습니까?
예 — 고급 옵션을 열어 4, 5, 6번째 항목을 표시합니다. 각 항목은 각각 자체 점수와 가중치를 가지고 있습니다. 가중치가 0인 항목은 무시되므로 성적표에 실제로 있는 항목만 입력합니다.
학생부 합격자는 얼마나 될까요?
필요한 결승전 모드에서, 결승전에서 얻을 수 있는 점수를 100으로 표시하세요. 최상의 전체 성적은 현재 × (1 − 결승전 가중치) + 100 × 결승전 가중치입니다. 만약 그것도 목표에 미치지 못한다면, 계산기는 필요한 점수를 100% 이상으로 표시하고 달성 불가능한 것으로 표시합니다.
성적 계산기는 GPA 계산기와 동일합니까?
아니요. 성적 계산기는 학생의 과제에서 한 학급의 백분율을 찾습니다. GPA 계산기는 여러 학급의 최종 편지 성적을 합쳐 크레딧 시간에 따라 가중치를 부여하여 성적점수 평균을 얻습니다. 이를 사용하여 각 과목 성적을 찾은 다음 GPA 계산기에 입력합니다.
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);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.