Back to Freecodecamp

Task 13

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: We can consider low-code tools to speed up development and reduce the need for extensive coding. -->

--description--

Please answer the question below.

--questions--

--text--

Does Sarah think they can use low-code development in their projects, and why?

--answers--

No, because it is too expensive.

--feedback--

Sarah does not mention the cost of low-code development; she discusses its benefits regarding efficiency.


Yes, because it helps to make the development faster and reduces the need for extensive coding.


No, she thinks it is too complicated to implement.

--feedback--

Sarah suggests using low-code tools because they simplify the process, not complicate it.


Yes, but only for small projects.

--feedback--

Sarah does not specify the scale of the projects; she talks about speeding up development in general.

--video-solution--

2

--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": 16.58,
      "finishTimestamp": 21.12
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "We can consider low-code tools to speed up development",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.64,
      "finishTime": 5.54,
      "dialogue": {
        "text": "and reduce the need for extensive coding.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}