Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675d6e0e52e8ee2d7b2b69cf.md

latest1.8 KB
Original Source
<!-- (audio) Mark: I already did. There's nothing unusual in the logs. This is strange, isn't it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I already did. There's nothing BLANK in the logs. This is strange, BLANK it?

--blanks--

unusual

--feedback--

This word means something that is not normal or expected.


isn't

--feedback--

This is part of the tag question and is used to confirm or check information after a positive statement.

--explanation--

Unusual means something that is not common, normal, or expected. It describes something out of the ordinary. For example:

It's unusual for him to be late for a meeting. - It means that it is not normal or expected for the person to arrive late. It suggests that the behavior is out of the ordinary.

Isn't is used in tag questions to confirm or check information. It's used after a positive statement using is.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 26.26,
      "finishTimestamp": 31.04
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.88,
      "dialogue": {
        "text": "I already did. There's nothing unusual in the logs. This is strange, isn't it?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}