Back to Freecodecamp

Task 25

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: She makes sure we follow the rules and that everyone is happy. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Who does she make happy according to Bob?

--answers--

All the people


Only herself

--feedback--

Bob mentions that she makes sure everyone is happy, not just herself.


Just the teachers

--feedback--

Bob says everyone, which means all the people, not just a specific group like teachers.


Only the students

--feedback--

Bob mentions everyone, indicating all people involved.

--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": 26.98,
      "finishTimestamp": 30.62
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "She makes sure we follow the rules and that everyone is happy.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}