Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cb91ed0a08ea3761c7407.md

latest1.6 KB
Original Source
<!-- (audio) Tom: Hey, Sophie. Tell me about our team lead, Maria. What is she like? -->

--description--

You ask two different questions when you want to know about someone's personality and someone's physical appearance.

What is he/she like? is used to ask about personality traits, such as being kind, intelligent, or funny.

What does he/she look like? is the question you would ask if you want to know about how someone looks, for example, if they are tall, have blonde hair, or wear glasses.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Sophie. Tell me about our team lead, Maria. BLANK?

--blanks--

What is she like

--feedback--

Tom uses these four words to ask about Maria's personality. Pay attention to the correct structure of the question in English. The first letter of the first word is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.24
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.24,
      "dialogue": {
        "text": "Hey, Sophie. Tell me about our team lead, Maria. What is she like?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.74
    }
  ]
}