Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4e2ba3c427051461d43aa.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Have you thought about getting additional support? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Bob say to agree with Maria?

--answers--

That's a good idea.

--audio-id--

EN116174fc


I haven't thought about it.

--audio-id--

EN55e764e3

--feedback--

This does not show agreement with Maria's suggestion.

--video-solution--

1

--explanation--

That's a good idea is a natural way to respond to a Have you thought about... question. It acknowledges the suggestion and shows that the speaker recognizes it as a helpful idea. For example:

  • Person 1: Have you thought about using a different strategy? - This person is suggesting a different approach to a problem.

  • Person 2: That's a good idea! We should try it. - This person acknowledges the suggestion and wants to do what the other person told them to do.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.78,
      "finishTimestamp": 42.6
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "Have you thought about getting additional support?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.32
    }
  ]
}