Back to Freecodecamp

Task 18

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: She's been working with tech companies for about ten years. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Bob say about her work experience?

--answers--

She has a long history with tech companies, working there for around ten years.


She recently started working with tech companies.

--feedback--

Bob's statement emphasizes a long-term engagement, not something recent.


She no longer works with tech companies.

--feedback--

Bob indicates that she is still working with them, not that she has stopped.


She worked with tech companies only for a short time.

--feedback--

about ten years contradicts the idea of being a short time.

--video-solution--

1

--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": 17.60,
      "finishTimestamp": 20.20
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.60,
      "dialogue": {
        "text": "She's been working with tech companies for about 10 years.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.10
    }
  ]
}