Back to Freecodecamp

Task 39

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: If we can focus on the critical parts of the project, we might still meet the deadline without overworking everyone. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Bob tell Maria he agrees with her idea of prioritizing tasks?

--answers--

We should try something completely different.

--audio-id--

ENf3a58169

--feedback--

This suggests a new idea rather than agreeing with Maria.


That sounds like a plan.

--audio-id--

EN38702b67

--video-solution--

2

--explanation--

That sounds like a plan. is a way to express agreement and approval of an idea. It means the speaker thinks the suggestion is a good one. For example:

  • Person 1: Let's meet at 10 a.m. to go over the details. - This person suggests a time for the meeting.

  • Person 2: That sounds like a plan! - This person agrees with the plan.

--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": 52.54,
      "finishTimestamp": 57.5
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "If we can focus on the critical parts of the project,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.52,
      "finishTime": 5.96,
      "dialogue": {
        "text": "we might still meet the deadline without overworking everyone.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.46
    }
  ]
}