Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/663621cf8781e93738b3e30f.md

latest1.7 KB
Original Source
<!-- (Audio) Sarah: I think so. Why don't we check out some of these tools to see if they can help us? -->

--description--

Please answer the question below.

--questions--

--text--

What next step does Sarah suggest?

--answers--

To explore some of these tools to determine their usefulness


To ignore the new tools and continue with their current methods

--feedback--

Sarah is suggesting to explore the new tools, not ignore them.


To buy all the new tools available

--feedback--

This is not accurate. Sarah suggests checking out the tools to evaluate their usefulness, not purchasing all of them.


To stop using any tools in their projects

--feedback--

This option is the opposite of what Sarah suggests. She is advocating for exploring new tools, not abandoning the use of tools altogether.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.5,
      "finishTimestamp": 34.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5,
      "dialogue": {
        "text": "I think so. Why don't we check out some of these tools to see if they can help us?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}