Back to Freecodecamp

Task 41

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: That sounds like a plan. Could you draft a new schedule based on this idea? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking Maria to do?

--answers--

Check the current schedule for mistakes.

--feedback--

Bob is not asking Maria to review the existing schedule.


Create a new schedule following their discussed idea.


Cancel the current schedule and stop planning.

--feedback--

Bob does not suggest canceling the schedule.


Ask the team to work more hours.

--feedback--

Bob doesn't talk about requesting more work hours.

--video-solution--

2

--explanation--

To be based on something means that one thing is developed or created using another thing as a foundation or reference. For example:

The new company policy is based on employee feedback. - This means the policy was created using employee feedback as a foundation.

--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": 57.86,
      "finishTimestamp": 61.46
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "That sounds like a plan. Could you draft a new schedule based on this idea?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}