Back to Freecodecamp

Task 9

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: It's one of those trends that simplifies the development process. -->

--description--

Please answer the question below.

--questions--

--text--

What does low-code development do according to Sarah?

--answers--

It involves using more code to speed up development.

--feedback--

This option contradicts the actual definition; low-code development reduces, not increases, the code required.


It's about developing software without any code.

--feedback--

Low-code development still involves coding, just less than traditional methods.


It focuses on making software harder to build.

--feedback--

The aim of low-code development is to simplify, not complicate, the development process.


It's about making software with less code and simplifying the development process.

--video-solution--

4

--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": 9.74,
      "finishTimestamp": 12.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "It's one of those trends that simplifies the development process.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}