Back to Freecodecamp

Task 47

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

latest2.1 KB
Original Source
<!-- (Audio) James: Sarah, have you heard about Quantum Computing? I just heard about it for the first time. Are you familiar with it? -->

--description--

To be familiar with something is to know at least a bit about the topic. If you ask someone are you familiar with this?, you are asking them if they know it. Example: I have never seen this soda before. It's delicious. Are you familiar with it? (you are asking if the person knows and/or tasted that soda before).

--questions--

--text--

What is James asking Sarah?

--answers--

If Sarah knows how to use computers

--feedback--

James knows Sarah is a developer. That's not what he's asking.


If Sarah has any plans for the weekend

--feedback--

The discussion is not about what they are going to do on the weekend.


If Sarah knows about Quantum Computing


If Sarah heard it when his computer broke

--feedback--

There's no mention of a broken computer in the scene.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.92
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "Sarah, have you heard about Quantum Computing?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 3.62,
      "finishTime": 5.44,
      "dialogue": {
        "text": "I just heard about it for the first time.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 5.68,
      "finishTime": 6.92,
      "dialogue": {
        "text": "Are you familiar with it?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.42
    }
  ]
}