Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68307e70201ca2f37f518c25.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: That's good to hear. Was there anything that didn't go over well? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good to hear. Was there anything that didn't go BLANK well?

--blanks--

over

--feedback--

This is part of a phrasal verb that means to be received in a positive or negative way.

--explanation--

To go over well means to be liked or accepted by others, especially an idea, change, or presentation. If something didn't go over well, it means people didn't respond positively to it. For example:

The new pricing plan didn't go over well with customers. – This means customers didn't like the new prices.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.44,
      "finishTimestamp": 20.74
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.74,
      "dialogue": {
        "text": "That's good to hear.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 1.98,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Was there anything that didn't go over well?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}