Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68558b34e19a37cc104f8ea4.md

latest1.6 KB
Original Source
<!-- (Audio) Linda: Users often overlook them. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What do users tend to do, according to Linda?

--answers--

They change the instructions.

--feedback--

Linda doesn't say users modify anything.


They always follow the instructions step by step.

--feedback--

She doesn't say users follow them carefully.


They complain about the instructions being too long.

--feedback--

Linda doesn't mention any complaints.


They miss or ignore the instructions.

--video-solution--

4

--explanation--

Often is an adverb that shows frequency, meaning something happens many times or regularly. For example:

He often checks his email during meetings. – This means he does it regularly, but not necessarily every time.

--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": 22.80,
      "finishTimestamp": 24.76
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.96,
      "dialogue": {
        "text": "Users often overlook them.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 2.46
    }
  ]
}