Back to Freecodecamp

Task 43

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

latest2.3 KB
Original Source
<!-- (Audio) Bob: Could you draft a new schedule based on this idea? Also, could you check with the team to see what they need to make things work more smoothly? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want Maria to ask the team?

--answers--

If they want to change the project deadline.

--feedback--

Bob does not mention changing the deadline.


Whether they can work without a schedule.

--feedback--

Bob does not suggest working without a schedule.


What they need to help things run more smoothly.


How many hours they are available to work.

--feedback--

Bob is not asking about available hours.

--video-solution--

3

--explanation--

Also is used as a connector to add another request, idea, or piece of information. It links two related thoughts while keeping them separate sentences. For example:

We should review the budget. Also, let's check if we have enough resources. - This means checking resources is an additional step after reviewing the budget.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 58.92,
      "finishTimestamp": 66.4
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Could you draft a new schedule based on this idea?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.94,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Also, could you check with the team",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.66,
      "finishTime": 8.48,
      "dialogue": {
        "text": "to see what they need to make things work more smoothly?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.98
    }
  ]
}