Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67cadcf794d58373fd2938c5.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: They mentioned a couple of things. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How many things did the team suggest to solve the problem?

--answers--

Exactly two.

--feedback--

A couple of usually means two, but it can sometimes mean more.


Two or maybe a few more.


Only one.

--feedback--

A couple of refers to more than one.


More than five.

--feedback--

A couple of does not usually refer to a large number.

--video-solution--

2

--explanation--

A couple of typically means two, but in casual speech, it can also mean a few. For example:

  • I saw a couple of emails about the issue. - This usually means two, but could mean slightly more.

  • Give me a couple of minutes. - This usually means two minutes, but might mean a few more.

There are plenty of other situations where English is not always literal, such as:

  • In a second - This does not mean exactly one second; it means very soon.

  • Tons of work - This does not mean actual weight; here, it means a lot of work.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.5,
      "finishTimestamp": 24.96
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.46,
      "dialogue": {
        "text": "They mentioned a couple of things.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.96
    }
  ]
}