Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66121b3a462fe01da4816b39.md

latest2.2 KB
Original Source
<!-- (Audio) Bob: Yes, it's been a productive week. Let's keep up the good work. Don't forget to report any issues and communicate with the team as needed. Our collaboration is key to our success. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What instructions does Bob give to the team?

--answers--

To take a break and relax for the next week

--feedback--

Bob emphasizes continuing the good work and communicating, not taking a break.


To stop reporting issues and work independently

--feedback--

This option is contrary to Bob's instructions. He specifically asks to report any issues and communicate with the team.


To start working on a different project

--feedback--

Bob's focus is on maintaining the current good work and teamwork, not on starting a new project.


To continue the good work, report any issues, and communicate as needed

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 46.46,
      "finishTimestamp": 57.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.66,
      "dialogue": {
        "text": "Yes, it's been a productive week. Let's keep up the good work.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.98,
      "finishTime": 8.92,
      "dialogue": {
        "text": "Don't forget to report any issues and communicate with the team as necessary.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 9.48,
      "finishTime": 12.3,
      "dialogue": {
        "text": "Our collaboration is key to our success.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 12.8
    }
  ]
}