Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d5fb1e575bfe649f5cea4b.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: I've seen her a couple of times. -->

--description--

The phrase I've seen uses the present perfect tense. Seen is the past participle form of see.

A couple of times means it has happened a few times. It's a way to say something occurred more than once but not many times.

--questions--

--text--

What does Alice say about her experience?

--answers--

She has seen her a few times before now.


She sees her every day.

--feedback--

Alice's statement implies the meetings were a few times, not a daily occurrence.


She has never seen her.

--feedback--

Alice clearly states she has seen her, which contradicts the option of never seeing her.


She saw her once.

--feedback--

A couple of times indicates it was more than once, so this option is too limited.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 3.66,
      "finishTimestamp": 5.76
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.10,
      "dialogue": {
        "text": "I've seen her a couple of times. Why do you ask?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.60
    }
  ]
}