Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657cb91ed0a08ea3761c7407.md
2025-03-17 18:57:18 +00:00

1.7 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657cb91ed0a08ea3761c7407 Task 46 22 task-46

--description--

In English, 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.

On the other hand, 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 to complete the sentence below.

--fillInTheBlank--

--sentence--

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

--blanks--

What is she like

--feedback--

Is Tom asking about Maria's personality? Remember the correct structure of the question in English when deciding your answer.

--scene--

{
  "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
    }
  ]
}