Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66df6fd99b1d0c7f1d948ef3.md

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Thanks for staying proactive, Linda. Let's ensure we keep up this momentum. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What's the overall tone of Bob at the end of this conversation with Linda?

--answers--

Critical and negative.

--feedback--

Think about whether Bob's words show criticism or support.


Encouraging and positive.


Uncertain and confused.

--feedback--

Consider if Bob sounds unsure or if he is giving clear support and encouragement.


Neutral and indifferent.

--feedback--

Think about whether Bob is showing emotion or if he sounds like he does not care.

--video-solution--

2

--explanation--

To understand the tone of someone in a conversation, look at the words and phrases they use. The tone shows the speaker's attitude or feelings.

Bob uses positive words like staying proactive and encourages Linda by saying keep up this momentum. This suggests his attitude at the end of the conversation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 48.42,
      "finishTimestamp": 52.48
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.46,
      "dialogue": {
        "text": "Thanks for staying proactive, Linda.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 2.8,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Let's ensure we keep up this momentum.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}