Back to Freecodecamp

Task 6

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

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

--description--

To make something with less is an expression that means the amount of effort to be put on a task will be reduced. In this context, Sarah explains that low-code development helps in the creation of software and developers don't need to code as much as in regular solutions.

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

Low-code development is about BLANK software with BLANK code.

--blanks--

making

--feedback--

The verb used to talk about producing something. Use the -ing form.


less

--feedback--

The opposite of more. A smaller amount of something.

--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
    }
  ]
}