Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661ae52c7bcb38c507d2b54a.md

latest1.8 KB
Original Source
<!-- (Audio) Tom: Alice, what's the deal with biometrics? -->

--description--

The word with is a preposition that is used to talk about things being together or connected.

Example: What's the deal with Quantum Computers? Everybody is talking about them! (you are asking what the situation connected/related to Quantum Computers is).

--questions--

--text--

Listen and choose the right answer.

What does Tom mean by saying what's the deal with biometrics?

--answers--

What's the issue with biometrics?

--feedback--

What's the issue with suggests a problem, but Tom is asking for information, not indicating a problem.


What's the problem with biometrics?

--feedback--

What's the problem with is grammatically correct but not as fitting for Tom's curious and friendly tone.


What's the news with biometrics?

--feedback--

What's the news with doesn't align with Tom asking for information about biometrics; it's more about current events.


What's happening with biometrics?

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.72,
      "finishTimestamp": 3.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Alice, what's the deal with biometrics?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}