Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a3885bda4ec957c362161.md

latest1.6 KB
Original Source
<!-- (Audio) James: We can introduce it to a few users first and watch what happens. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Sophie say to show that she agrees with James's suggestion?

--answers--

That sounds good.


Are you sure about that?

--feedback--

This shows doubt, not agreement.

--video-solution--

1

--explanation--

That sounds good is a common and friendly way to show that you agree with or approve of a suggestion. It means that the idea seems like a good one after hearing it. For example:

  • Person 1: Let's meet at 3 p.m. to go over the final details. - Person 1 suggests a meeting to check details.

  • Person 2: That sounds good. - This means the speaker thinks the plan or idea is acceptable and agrees to it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.68,
      "finishTimestamp": 35.28
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "We can introduce it to a few users first and watch what happens.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}