Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612792bc77de13e8f2af3ad.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: That's impressive. I met with the client yesterday, and they loved our progress. They gave us the green light to move on to the next phase. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What happened to Brian yesterday?

--answers--

He worked on a new project proposal.

--feedback--

Brian's statement was about meeting with the client and discussing the current project's progress, not about working on a new proposal.


He met with the client who approved the project's progress.


He conducted a team meeting to plan the next phase.

--feedback--

Brian's focus was on a client meeting, not on conducting a team meeting.


He resolved technical issues in the project.

--feedback--

Fixing technical issues isn't mentioned; the focus was on a client meeting where they expressed satisfaction with the project's progress.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.08,
      "finishTimestamp": 36.62
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.96,
      "dialogue": {
        "text": "That's impressive. I met with the client yesterday and they loved our progress.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.18,
      "finishTime": 7.54,
      "dialogue": {
        "text": "They gave us the green light to move on to the next phase.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}