Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68396127ba217435070f98ea.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: I need your input on where to place each department. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I need your BLANK BLANK where to place each department.

--blanks--

input

--feedback--

This word means advice or opinions given to help make a decision.


on

--feedback--

This preposition shows the topic or subject of something.

--explanation--

Input means advice, ideas, or opinions given to help make a decision. For example:

Can you give me your input on the project? – This asks for someone's ideas or advice.

On is a preposition used to show the subject or topic being discussed. For example:

We had a meeting on the new schedule. – This shows the topic of the meeting.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 3.56,
      "finishTimestamp": 6.32
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I need your input on where to place each department.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}