Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68455f7cfe1f11b14afcd73e.md

latest2.2 KB
Original Source
<!-- (Audio) Bob: Thanks, Anna. I'll update the layout draft with these changes and send it over to you for your final review. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Anna. I'll update the BLANK BLANK with these changes and BLANK BLANK you for your final review.

--blanks--

layout

--feedback--

This refers to the design or arrangement of something, like an office or document.


draft

--feedback--

This is a first version or plan that might be changed later.


send it over

--feedback--

This three-word phrase means to deliver or share something, usually by email or message.


to

--feedback--

This word shows the direction of the action — who will receive something.

--explanation--

Layout refers to the design or structure of a space. For example:

He shared the layout of the new office. – This means the plan of where things go.

Draft is an early version of a document. For example:

She wrote the first draft of the proposal. – It can still be edited.

Send it over means to deliver something. For example:

I'll send it over once it's ready. – It means sharing a file or message.

To shows who the action is for. For example:

She gave the file to her manager. – It shows who receives it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 75.32,
      "finishTimestamp": 80.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.32,
      "dialogue": {
        "text": "Thanks, Anna. I'll update the layout draft with these changes and send it over to you for your final review.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.82
    }
  ]
}