Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/67fe9b40ec6bdb9c8f891e4d.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: For daily meetings, a quick status check should be enough. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which of the following best shows that Sarah agrees with Bob's suggestion?

--answers--

I don't think that would help much.

--audio-id--

EN749332a7

--feedback--

This shows disagreement, not support.


That sounds like a good approach to me.

--audio-id--

ENcf8d1a94

--video-solution--

2

--explanation--

A good approach means a useful or effective way of doing something. It suggests that the method or suggestion is smart, practical, or helpful in solving a problem. For example:

Starting with the most urgent tasks is a good approach to time management. – This means it's a smart way to manage your time by prioritizing important tasks first.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 33.72,
      "finishTimestamp": 36.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "For daily meetings, a quick status check should be enough.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}