Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67eea4bdf9bcb42544573b98.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: You could have added a comment explaining why you chose a particular loop structure. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What should Mark say to express that he understands his mistake?

--answers--

Can you explain again?

--audio-id--

ENb3ab92d6

--feedback--

Mark would say this if he did not understand.


Got it.

--audio-id--

ENe921cdea

--video-solution--

2

--explanation--

Got it is a casual way to say you understand something. For example:

  • Person 1: Please send the report by the end of the day.

  • Person 2: Got it, I'll send it shortly. - This person confirms they will complete the task.

It is commonly used in conversations when someone understands instructions or feedback.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 31.84,
      "finishTimestamp": 35.12
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "You could have added a comment explaining why you chose a particular loop structure.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}