Back to Freecodecamp

Task 42

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

latest1.5 KB
Original Source
<!-- (Audio) Alice: Yeah, she's very committed. She seems to take her work very seriously. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How does Alice describe the person's feelings about their job?

--answers--

Not caring much about her work

--feedback--

Alice says the person is committed and takes work seriously, which means she cares a lot.


Only working a little

--feedback--

Alice's words suggest the person works a lot and cares about the job, not just a little.


Really caring and working hard


Just having fun and not working

--feedback--

Alice talks about how serious and committed the person is, not about just having fun.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 12.16,
      "finishTimestamp": 15.68
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Yeah, she's very committed. She seems to take her work very seriously.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}