Back to Freecodecamp

Task 28

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

latest1.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. -->

--description--

Accessible means easy to approach, use, or understand. In the context of information, making it accessible means presenting it in a way that is easy for everyone to understand.

--fillInTheBlank--

--sentence--

Well, I think we should use a slide BLANK for the presentation. It's the BLANK format, and it will make the information more BLANK.

--blanks--

deck

--feedback--

In this context, it refers to a set of slides used together in a presentation.


standard

--feedback--

Here it means a commonly used or accepted format for presentations.


accessible

--feedback--

It indicates that the information in the presentation will be easy to understand for the audience.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.68,
      "finishTimestamp": 12.44
    }
  },
  "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.26
    }
  ]
}