Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67ddac19ef12617aaa4fa43c.md

latest1.4 KB
Original Source
<!-- (Audio) James: Sure thing. I'll send it over. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure thing. I'll BLANK it BLANK.

--blanks--

send

--feedback--

This means to make something go from one person or place to another.


over

--feedback--

This is used here to mean "to someone else" or "to another place."

--explanation--

To send something over means to deliver or transfer something - like a file, message, or document - usually by email or messaging. For example:

Can you send over the slides before the meeting? - This means to email or share the slides with someone else.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 37.28,
      "finishTimestamp": 39.08
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "Sure thing. I'll send it over.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}