Back to Freecodecamp

Task 103

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

latest1.4 KB
Original Source
<!-- (Audio) Linda: Thanks, Jake. I appreciate your input. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Jake. I appreciate your BLANK.

--blanks--

input

--feedback--

This means ideas, suggestions, or feedback someone gives.

--explanation--

Input represents ideas, opinions, or information that someone shares to help make a decision or improve something. For example:

We used customer input to improve the new feature. – This means the team listened to customer suggestions to make the product better.

--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": 98.16,
      "finishTimestamp": 100.08
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "Thanks, Jake. I appreciate your input.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}