Back to Freecodecamp

Task 119

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dd047e755e37d58f5084f.md

latest1.5 KB
Original Source
<!-- (audio) Maria: Yes, there are a couple of parks near here. -->

--description--

A couple of is a casual way of saying two or a small number of. It's often used in conversation to indicate a small quantity of something. For example:

  • I need a couple of minutes. - You need two or a few minutes.

  • We have a couple of tasks today. - The team has two or a few tasks to do.

--questions--

--text--

How many parks are near here, according to Maria?

--answers--

One park.

--feedback--

A couple of implies more than one.


There aren't any parks.

--feedback--

A couple of suggests that there are some parks.


Some parks, maybe two or three.


Many parks.

--feedback--

A couple of indicates a small quantity, which doesn't match this answer.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 11.56,
      "finishTimestamp": 13.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "Yes, there are a couple of parks near here.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}