Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661279c8d3bf0f3f6f23f21f.md

latest4.3 KB
Original Source
<!-- (Audio) The whole dialogue -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What is the summary of Brian and Sarah's conversation?

--answers--

They discussed their work, a UX design workshop, and client meetings.


They talked about starting a new project next week.

--feedback--

The conversation focused on their current work and achievements, not starting a new project.


They planned a team outing to discuss future strategies.

--feedback--

The discussion was about their work and recent achievements, not about planning a team outing.


Brian and Sarah complained about their workload and lack of progress.

--feedback--

Their conversation was positive, discussing their achievements and progress.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Brian",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Hey, Sarah, it's been a while since we hung out like this.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.78,
      "finishTime": 8.66,
      "dialogue": {
        "text": "Hey, work has kept me busy this week. I worked on the new app interface,",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 8.94,
      "finishTime": 12.12,
      "dialogue": {
        "text": "designed some cool icons, and presented the layout to the team yesterday.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 12.68,
      "finishTime": 15.16,
      "dialogue": {
        "text": "That sounds awesome. I tested the app for bugs.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 15.5,
      "finishTime": 18.12,
      "dialogue": {
        "text": "We found a few, but the good news is we fixed them all.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 18.4,
      "finishTime": 19.86,
      "dialogue": {
        "text": "It seems pretty solid now.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 20.76,
      "finishTime": 24.58,
      "dialogue": {
        "text": "Nice work. I also attended a UX design workshop last month.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 24.76,
      "finishTime": 27.36,
      "dialogue": {
        "text": "I learned some great techniques for user research.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 27.36,
      "finishTime": 30.88,
      "dialogue": {
        "text": "I've applied them to our project and it helped improve the user experience.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 31.28,
      "finishTime": 35.04,
      "dialogue": {
        "text": "That's impressive. I met with the client yesterday and they loved our progress.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 35.26,
      "finishTime": 37.62,
      "dialogue": {
        "text": "They gave us the green light to move on to the next phase.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 38.28,
      "finishTime": 40.62,
      "dialogue": {
        "text": "Way to go. It looks like we're making great progress.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 41.12
    },
    {
      "character": "Brian",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 41.62
    }
  ]
}