{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/grade-calculator/schema.json",
  "title": "Final Grade Calculator inputs",
  "description": "Determine the score you need on your final exam to achieve your target overall grade.",
  "type": "object",
  "properties": {
    "currentGrade": {
      "title": "Current Grade (%)",
      "type": "number",
      "default": 85
    },
    "targetGrade": {
      "title": "Target Grade (%)",
      "type": "number",
      "default": 90
    },
    "finalWeight": {
      "title": "Final Weight (%)",
      "type": "number",
      "default": 20
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/grade-calculator/",
    "queryExample": "https://askcalculators.com/calculator/grade-calculator/?currentGrade=85&targetGrade=90&finalWeight=20",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Weighted grade = sum of each score × its weight ÷ sum of weights; required final score solves the same weighted-average equation."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/grade-calculator.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "7.0.0",
      "referenceCoverage": "references-pending",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "2026-08-18",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "result": {
        "title": "Result",
        "type": "string",
        "x-format": "text",
        "x-primary": true
      }
    }
  }
}
