Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680183318a1912c1ef6ec616.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: We should set specific times for these updates. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob's suggestion?

--answers--

To cancel all updates for now.

--feedback--

Bob does not want to cancel updates.


To set specific times for the updates.


To make the updates less detailed.

--feedback--

Bob doesn't talk about changing the content of the updates.


To let team members update whenever they want.

--feedback--

Bob does not suggest making updates random.

--video-solution--

2

--explanation--

We should is a common way to introduce a suggestion or give advice. It means the speaker is proposing an idea or action that they believe is a good choice. For example:

We should start the meeting earlier to give everyone more time. – This means the speaker is suggesting an earlier start time as a helpful change.

--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": 52.16,
      "finishTimestamp": 54.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "We should set specific times for these updates.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}