Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614c1d0e9e1976e3b524435.md

latest3.9 KB
Original Source
<!-- (Audio) Bob: Well, I think we should use a slide deck for the presentation. It's the standard format, and it will make the information more accessible. Sarah: True, but I was thinking we could try something different. Let's use an interactive demo instead of slides. It will engage the audience more effectively. Bob: Oh, I see what you mean. That's a great idea. It will certainly grab the audience's attention better. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Based on Bob's response, what will they use for the presentation?

--answers--

They will use an interactive demo as suggested by Sarah.


They will stick to the original plan of using a slide deck.

--feedback--

Bob agrees with Sarah's suggestion of trying something different, indicating a shift from the slide deck to an interactive demo.


They will combine both a slide deck and an interactive demo.

--feedback--

While combining methods could be a possibility, Bob's agreement with Sarah suggests a preference for only the interactive demo.


They haven't decided yet and will discuss it further.

--feedback--

Bob's statement That's a great idea indicates agreement with Sarah's suggestion, implying a decision has been made.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.68,
      "finishTimestamp": 26.86
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Well, I think we should use a slide deck for the presentation.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.12,
      "finishTime": 7.76,
      "dialogue": {
        "text": "It's the standard format, and it will make the information more accessible.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.19
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 8.19
    },
    {
      "character": "Sarah",
      "startTime": 8.62,
      "finishTime": 11.02,
      "dialogue": {
        "text": "True, but I was thinking we could try something different.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 11.42,
      "finishTime": 13.94,
      "dialogue": {
        "text": "Let's use an interactive demo instead of slides.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 14.24,
      "finishTime": 16.2,
      "dialogue": {
        "text": "It will engage the audience more effectively.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 16.48
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 16.48
    },
    {
      "character": "Bob",
      "startTime": 16.76,
      "finishTime": 19.32,
      "dialogue": {
        "text": "Oh, I see what you mean. That's a great idea.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 19.74,
      "finishTime": 22.18,
      "dialogue": {
        "text": "It will certainly grab the audience's attention better.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 22.68
    }
  ]
}