Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683d4b79fdf8d19754976fb7.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: Now, where do you think we should put the HR department? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Now, where do you think we BLANK BLANK the HR department?

--blanks--

should

--feedback--

This word is used to give advice, express duty, or say what is expected.


put

--feedback--

This verb means to place something in a specific location.

--explanation--

Should is used to ask for advice or suggest what is best. For example:

Where should we sit? – This asks for the best place to sit.

Put means to place something somewhere. For example:

Please put the laptop on the table. – This means to move the laptop to that location.

--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": 19.56,
      "finishTimestamp": 22.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "Now, where do you think we should put the HR department?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}