Back to Freecodecamp

Task 7

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Low-code development is about making software with less code. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

According to Sarah, how does low-code development help developers?

--answers--

They don't need to focus on developing anymore

--feedback--

The development still happens; it just needs less code.


It eliminates the need of coding altogether

--feedback--

Low-code does not mean no code. Some coding is still necessary.


It helps them write more low-level code

--feedback--

The idea of low-code development is to write less code, not more.


By having them write less code

--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": 6.14,
      "finishTimestamp": 9.46
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Low-code development is about making software with less code.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}