Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612181d89fdfc1c2f44309d.md

latest2.1 KB
Original Source
<!-- (Audio) Bob: Excellent work, team! I organized a meeting with the client to discuss their feedback. They liked our progress so far and expressed satisfaction with our work. -->

--description--

An outcome is the result or effect of an action, situation, or event. It's what happens as a result of something. In the context of technology, for example, the outcome of a software update might be improved performance or new features.

--questions--

--text--

What is the outcome of the meeting Bob organized with the client?

--answers--

The client requested major changes to the project.

--feedback--

Bob mentioned that the client expressed satisfaction, not a request for major changes.


The client canceled the project.

--feedback--

Canceling the project contradicts the client's expressed satisfaction as mentioned by Bob.


The client was satisfied with the team's progress.


The team needs to start over with the project.

--feedback--

This option contradicts the client's satisfaction with the current progress.

--video-solution--

3

--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": 34.18,
      "finishTimestamp": 42.38
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "Excellent work team. I organized a meeting with the client to discuss their feedback.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.44,
      "finishTime": 9.2,
      "dialogue": {
        "text": "They liked our progress so far and expressed satisfaction with our work.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.7
    }
  ]
}