Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856e9822a0817802c48abee.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: I'll draft some preliminary designs for these changes, and send them over for your feedback. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Linda do with the preliminary designs?

--answers--

Share them with Jake so he can review them.


Use them to test the final product with users.

--feedback--

Linda doesn't plan to launch user testing yet.


Print them out and store them for later.

--feedback--

Linda's not focused on keeping the designs.


Replace the current version without telling anyone.

--feedback--

Linda isn't finalizing anything yet.

--video-solution--

1

--explanation--

To send something over is a phrasal verb meaning to deliver or share something, often digitally or by mail. For example:

Can you send over the slides before the meeting? – This means the speaker is asking someone to share the slides with them.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 86.98,
      "finishTimestamp": 91.24
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I'll draft some preliminary designs for these changes,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "and send them over for your feedback.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}