Back to Freecodecamp

Task 47

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68454aa9d854cea4111103ee.md

latest2.0 KB
Original Source
<!-- (Audio) Anna: It should be centrally located so it's equally accessible to everyone. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It should be BLANK BLANK so it's equally BLANK BLANK everyone.

--blanks--

centrally

--feedback--

This word means in or near the center.


located

--feedback--

This word means positioned or placed in a specific area.


accessible

--feedback--

This means easy to reach or use.


to

--feedback--

This word shows direction or who something is for.

--explanation--

Centrally means in or near the middle. For example:

The desk is centrally placed in the room. – It means it's in the center.

Located means where something is positioned. For example:

The server is located in the back room. – This shows the exact place.

Accessible means easy to reach or use. For example:

The website is accessible on mobile devices. – This means it's easy to use on phones.

To shows direction or who something is for. For example:

The instructions are helpful to new users. – This shows the audience.

--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": 63.74,
      "finishTimestamp": 67.44
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "It should be centrally located so it's equally accessible to everyone.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}