Back to Freecodecamp

Task 9

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

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

--description--

Listen to the audio and answer the question.

--questions--

--text--

Based on Bob's description, how old is the woman?

--answers--

Exactly 40 years old

--feedback--

In her early 40s suggests a range, not a specific age like 40.


Between 40 and 43 years old


In her 50s

--feedback--

Bob mentions she is in her early 40s, not her 50s.


Younger than 40

--feedback--

In her early 40s means she is at least 40 but not much older than that.

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