Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855db9a18af9161f02bdd1d.md

latest1.6 KB
Original Source
<!-- (Audio) Linda: Maybe we can allow users to create their own questions? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maybe we can BLANK users to create their BLANK questions?

--blanks--

allow

--feedback--

This means to give permission or make something possible.


own

--feedback--

This shows that something belongs to a specific person.

--explanation--

To allow means to give permission or let someone do something. For example:

The app allows users to reset their password. – This means the app lets users change their passwords if they want to.

Own shows possession, meaning that something belongs to someone. For example:

She wants to use her own laptop at work. – This means she prefers to use the laptop that belongs to her.

--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": 39.5,
      "finishTimestamp": 42.0
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Maybe we can allow users to create their own questions?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.0
    }
  ]
}