Back to Freecodecamp

Task 3

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

latest1.7 KB
Original Source
<!-- (Audio) Mark: I heard some terms that were new to me. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I heard some BLANK that were BLANK.

--blanks--

terms

--feedback--

This word in the plural form means technical words or expressions used in a specific field.


new to me

--feedback--

This three-word phrase means that something is unfamiliar or not known before.

--explanation--

Terms refer to specific words or expressions used in a certain subject, like programming. For example:

Some of the terms in the documentation were confusing. – This means the vocabulary was hard to understand.

New to me means something you haven't seen or heard before. For example:

This tool is new to me, but I'm excited to try it. – This means you haven't used the tool before and it's unfamiliar to you.

--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": 3.54,
      "finishTimestamp": 5.24
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "I heard some terms that were new to me.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.2
    }
  ]
}