Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b25ab9be0c0d3ec4752839.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: She is a tall woman in her early 40s, with long blond hair and glasses. -->

--description--

When describing someone's appearance, you often use with followed by a feature.

Examples:

with glasses for someone who wears glasses

with curly hair for someone who has curly hair, or

with a blue jacket for someone wearing a blue jacket

--questions--

--text--

How does Bob use with to describe the woman's appearance?

--answers--

To talk about her height

--feedback--

Height is described without using with.


To mention her long blond hair and glasses


To say how old she is

--feedback--

Age is mentioned not using with.


To describe her clothes

--feedback--

Clothes are not mentioned in Bob's description.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.18,
      "finishTimestamp": 11.70
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "She's a tall woman in her early 40s with long blonde hair and glasses.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}