Back to Freecodecamp

Task 3

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: Hey, have you met Anna yet? -->

--description--

The word yet is often used in questions and negative statements in the Present Perfect tense to talk about something that hasn't happened up to the present moment but is expected to happen. It's a way to ask or say if something has occurred or not until now.

--questions--

--text--

What does Bob want to know by using yet in his question?

--answers--

If Anna is planning to meet Sophie later

--feedback--

The use of yet asks about something that might have already happened, not about future plans.


If Sophie has never heard of Anna

--feedback--

Bob's use of yet implies he's asking about meeting Anna, not about hearing of her.


If Sophie has met Anna at any time up until now


If meeting Anna is not possible

--feedback--

Yet suggests the action could still happen, not that it's impossible.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 1.60
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.60,
      "dialogue": {
        "text": "Hey, have you met Anna yet?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.10
    }
  ]
}