Back to Freecodecamp

Task 145

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f661f07d4a111c20250f23.md

latest2.3 KB
Original Source
<!-- (audio) Alice: If we make the training more interactive, it could lead to better learning outcomes. Brian: Totally agree. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Brian agree with Alice?

--answers--

Yes, he strongly agrees with her.


No, he says he only agrees a little.

--feedback--

He shows strong agreement, not a small one.


Yes, but he's not sure if it will work.

--feedback--

He shows confidence, not doubt.


No, he thinks they should use a different approach.

--feedback--

There is no mention of a different approach.

--video-solution--

1

--explanation--

Totally agree means full or strong agreement. Totally is an adverb that makes the agreement stronger.

  • I agree is basic agreement.

  • Totally agree is strong, enthusiastic agreement.

Brian is not just saying he agrees — he is completely on board with Alice's idea. This shows support and confidence in the suggestion to make training more interactive.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 62.3,
      "finishTimestamp": 66.92
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "If we make the training more interactive, it could lead to better learning outcomes.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.48
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 4.48
    },
    {
      "character": "Brian",
      "startTime": 4.82,
      "finishTime": 5.62,
      "dialogue": {
        "text": "Totally agree.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.12
    }
  ]
}