Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/66367be03c46fd32ebb2d7a5.md

latest2.2 KB
Original Source
<!-- (Audio) Tom: If you see her today, she's wearing a black and green jacket and a beige shirt. Alice: Oh, I think I saw her. -->

--description--

After Tom describes Lisa based on her physical characteristics and the clothes she's wearing that day, Alice can have a better idea if she has seen someone like that person Tom describes.

--questions--

--text--

What can we conclude by Alice's answer?

--answers--

She's Lisa's best friend

--feedback--

Initially, Alice does not recognize Lisa and does not know her by her name.


She remembers that she has talked to Lisa before

--feedback--

That's not exactly what Alice says.


She believes she recognizes Lisa based on Tom's description


She does not recognize Lisa

--feedback--

Actually, Alice thinks she saw someone matching Tom's description.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.58,
      "finishTimestamp": 16.32
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "If you see her today, she's wearing a black and green jacket and a beige shirt.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.18
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 5.18
    },
    {
      "character": "Alice",
      "startTime": 5.5,
      "finishTime": 6.74,
      "dialogue": {
        "text": "Oh, I think I saw her.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.24
    }
  ]
}