Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c5f290611d70e4649db423.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 complete the sentence below.

--fillInTheBlank--

--sentence--

That sounds like a plan. Could you BLANK a new BLANK based on this idea?

--blanks--

draft

--feedback--

This means to create an initial version of a document or plan.


schedule

--feedback--

This noun refers to a plan that shows when tasks or events will happen.

--explanation--

To draft means to create an initial version of something, such as a document, plan, or design. For example:

She drafted an email to send to the client before finalizing it. - This means she wrote an early version of the email.

A schedule refers to a plan that outlines when tasks or events will take place. For example:

The project schedule shows all the deadlines for the team. - This means the schedule lists when different tasks need to be completed.

--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
    }
  ]
}