Back to Freecodecamp

Task 32

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: You can't miss his goatee. -->

--description--

When you say you can't miss something, you mean that it is impossible not to see something very characteristic of another person. For example, if you say you can't miss his yellow jacket, you mean the person frequently wears it and that it really draws the attention.

--questions--

--text--

What characteristic does Tom have that really draws the attention, in Sophie's opinion?

--answers--

His friendly smile

--feedback--

She mentions Tom's smile, but she does not say you can't miss it.


His goatee


His height

--feedback--

She mentions Tom is tall, but she does not say you can't miss it.


His long dark hair

--feedback--

She mentions the size and color of his hair, but she talks about a more striking characteristic in her opinion.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.7,
      "finishTimestamp": 22.14
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "You can't miss his goatee.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.94
    }
  ]
}