Transcript: assessments_20250718_051444.html

View and copy the extracted transcript JSON

Back to Files

Narration Generator

Generate narration from your transcript

Leave empty to use default narration settings. Use this to customize the narration approach.

[
  {
    "slide": 1,
    "fragments": [
      {
        "fragment_index": -1,
        "text_description": "Understanding IB Assessments\nFirst steps to mastering IB Maths evaluation.",
        "image_description": ""
      }
    ]
  },
  {
    "slide": 2,
    "fragments": [
      {
        "fragment_index": -1,
        "text_description": "What is Assessment?",
        "image_description": ""
      },
      {
        "fragment_index": 1,
        "text_description": "Assessment",
        "image_description": ""
      },
      {
        "fragment_index": 2,
        "text_description": "Assessment is the systematic collection of evidence of student learning to guide teaching and improve achievement.",
        "image_description": ""
      },
      {
        "fragment_index": 3,
        "text_description": "Why is evidence of learning essential before introducing the next topic?",
        "image_description": ""
      }
    ]
  },
  {
    "slide": 3,
    "fragments": [
      {
        "fragment_index": 1,
        "text_description": "Two Assessment Types",
        "image_description": ""
      },
      {
        "fragment_index": 2,
        "text_description": "Formative Assessment\nOccurs during learning to monitor progress.\nProvides quick feedback for teacher and student adjustments.\nLow stakes; usually not graded.",
        "image_description": ""
      },
      {
        "fragment_index": 3,
        "text_description": "Summative Assessment\nHappens at the end of a unit or course.\nEvaluates final achievement against set criteria.\nHigh stakes; contributes to final grade.",
        "image_description": ""
      },
      {
        "fragment_index": 4,
        "text_description": "Key Similarities\nBoth gather evidence of student learning.\nAlign with curriculum objectives and criteria.\nInform teaching decisions and feedback.",
        "image_description": ""
      }
    ]
  },
  {
    "slide": 4,
    "fragments": [
      {
        "fragment_index": -1,
        "text_description": "IB Maths Weightings",
        "image_description": ""
      },
      {
        "fragment_index": 1,
        "text_description": "",
        "image_description": "https://asset.sparkl.ac/pb/sparkl-vector-images/img_ncert/6uo0mMDmKdS6GFBGDEclfHXOeXJCmoEITGVMP6ZN.png"
      },
      {
        "fragment_index": 2,
        "text_description": "Two Assessment Components\nIB Mathematics is graded through external exams and an internal exploration. Know how much each part counts.\nKey Points:\nExternal examinations – 80% of final grade\nPaper 1 (no technology) – 40%\nPaper 2 (technology allowed) – 40%\nInternal assessment (Exploration) – 20%",
        "image_description": ""
      }
    ]
  },
  {
    "slide": 5,
    "fragments": [
      {
        "fragment_index": 1,
        "text_description": "Quick Check",
        "image_description": ""
      },
      {
        "fragment_index": 2,
        "text_description": "Question\nWhich statement is TRUE about IB Maths assessments?",
        "image_description": ""
      },
      {
        "fragment_index": 3,
        "text_description": "1\nThey include both internal and external components.",
        "image_description": ""
      },
      {
        "fragment_index": 4,
        "text_description": "2\nOnly the teacher grades all components.",
        "image_description": ""
      },
      {
        "fragment_index": 5,
        "text_description": "3\nExams are open-book.",
        "image_description": ""
      },
      {
        "fragment_index": 6,
        "text_description": "4\nThe Exploration counts for 5% of the final grade.",
        "image_description": ""
      },
      {
        "fragment_index": 7,
        "text_description": "Hint:\nRemember there is an Internal Assessment called the Exploration.",
        "image_description": ""
      },
      {
        "fragment_index": 8,
        "text_description": "Submit Answer",
        "image_description": ""
      },
      {
        "fragment_index": -1,
        "text_description": "Correct!\nGreat job – IB Maths uses both internal and external assessments.\nIncorrect\nReview the assessment structure and try again.\nconst correctOption = 0;\n        const answerCards = document.querySelectorAll('.answer-card');\n        const submitBtn = document.getElementById('submitBtn');\n        const feedbackCorrect = document.getElementById('feedbackCorrect');\n        const feedbackIncorrect = document.getElementById('feedbackIncorrect');\n\n        let selectedOption = null;\n\n        answerCards.forEach((card, index) => {\n            card.addEventListener('click', () => {\n                answerCards.forEach(c => c.classList.remove('border-blue-500', 'bg-blue-50'));\n                card.classList.add('border-blue-500', 'bg-blue-50');\n                selectedOption = index;\n            });\n        });\n\n        submitBtn.addEventListener('click', () => {\n            if (selectedOption === null) return;\n\n            if (selectedOption === correctOption) {\n                feedbackCorrect.classList.remove('hidden');\n                feedbackIncorrect.classList.add('hidden');\n            } else {\n                feedbackIncorrect.classList.remove('hidden');\n                feedbackCorrect.classList.add('hidden');\n            }\n        });",
        "image_description": ""
      }
    ]
  },
  {
    "slide": 6,
    "fragments": [
      {
        "fragment_index": -1,
        "text_description": "Key Takeaways\nThank You!\nWe hope you can now recall the main assessment points.",
        "image_description": ""
      },
      {
        "fragment_index": 1,
        "text_description": "Assessment gathers clear proof of learning.",
        "image_description": ""
      },
      {
        "fragment_index": 2,
        "text_description": "Formative checks progress; summative awards final result.",
        "image_description": ""
      },
      {
        "fragment_index": 3,
        "text_description": "IB Maths weighting: 80 % exams, 20 % IA project.",
        "image_description": ""
      }
    ]
  }
]