Back to Freecodecamp

Task 39

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

latest1.2 KB
Original Source
<!-- (Audio) Alice: Yeah, she's very committed. -->

--description--

Committed means someone really cares about what they are doing and puts a lot of effort and energy into it.

For example, He is committed to learning English means he practices English a lot because it's important to him.

--fillInTheBlank--

--sentence--

Yeah, she's very BLANK.

--blanks--

committed

--feedback--

This word describes someone puts a lot of effort into something.

--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": 13.40
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "Yeah, she's very committed.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 2.74
    }
  ]
}