Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e9392f63902c7eec6a3742.md

latest2.3 KB
Original Source
<!-- (Audio) Mark: At least I got one right! I think I'm starting to understand these terms better. Thanks for the explanations, Sophie. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

At least I BLANK! I think I'm BLANK these terms better. Thanks for the explanations, Sophie.

--blanks--

got one right

--feedback--

This three-word phrase means that out of several attempts, at least one answer was correct. The first word is in the past tense.


starting to understand

--feedback--

This three-word phrase means beginning to learn or grasp the meaning of something. The first word ends with -ing.

--explanation--

Got one right means you answered at least one question correctly, even if others were incorrect. It's often used to express relief or a small success in a challenging situation. For example:

I didn't know all the quiz answers, but I got one right. - This shows a small win, even in a tough moment.

Starting to understand means you are beginning to learn or make sense of something. For example:

After a few examples, I'm starting to understand how classes work in Python. - You don't fully master the topic yet, but your understanding is growing.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-1.mp3",
      "startTime": 1,
      "startTimestamp": 76.44,
      "finishTimestamp": 81.82
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "At least I got one right. I think I'm starting to understand these terms better.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 4.92,
      "finishTime": 6.38,
      "dialogue": {
        "text": "Thanks for the explanation, Sophie.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.88
    }
  ]
}