Back to Freecodecamp

Task 23

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

latest1.5 KB
Original Source
<!-- (Audio) Anna: It's easier for visitors and new employees to find us. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK for visitors and new employees to BLANK us.

--blanks--

easier

--feedback--

This word means less difficult or more simple.


find

--feedback--

This word means to discover the location of something or someone.

--explanation--

Easier means less difficult or requiring less effort. For example:

This tool makes coding easier. – It helps make the task simpler.

Find means to locate something or someone. For example:

I couldn't find the document yesterday. – This means you were looking for it and couldn't locate it.

--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": 25.08,
      "finishTimestamp": 28.08
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "It's easier for visitors and new employees to find us.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}