Back to Freecodecamp

Task 33

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Awesome. We'll work on the interactive demo and make sure it's ready in time. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What do Sarah and Bob need to make sure about the interactive demo?

--answers--

That it includes all the features of the slide deck

--feedback--

While including all features might be important, Sarah emphasizes the timing of the demo's completion, not the specific content or features.


That it's ready in time for the presentation


That it's the most cost-effective option for the presentation

--feedback--

Sarah's primary concern is on the readiness and timing of the demo for the presentation, not on the cost implications.


That it is longer than their original slide deck presentation

--feedback--

Sarah's main concern is ensuring the interactive demo is prepared on schedule, not its length compared to the slide deck.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 27.5,
      "finishTimestamp": 30.72
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "Awesome. We'll work on the interactive demo and make sure it's ready in time.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}