Back to Freecodecamp

Task 11

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

latest2.6 KB
Original Source
<!-- (Audio) Sarah: Low-code development is about making software with less code. It's one of those trends that simplifies the development process. Brian: That sounds convenient, but can we use it in our projects? -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

How does Brian feel about the low-code development as described by Sarah?

--answers--

He thinks it sounds convenient and wonders if it can be applied to their projects.


He is unsure and thinks it sounds too complicated.

--feedback--

Brian actually expresses that the concept sounds convenient, indicating a positive impression, not that it's complicated.


He dislikes the idea because it's too simplistic.

--feedback--

Brian does not express dislike; he acknowledges the convenience of the concept.


He is enthusiastic about it but needs more information.

--feedback--

While Brian is interested, his statement primarily focuses on its convenience rather than showing outright enthusiasm.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.14,
      "finishTimestamp": 15.62
    }
  },
  "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",
      "startTime": 4.6,
      "finishTime": 7.36,
      "dialogue": {
        "text": "It's one of those trends that simplifies the development process.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.58
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 7.58
    },
    {
      "character": "Brian",
      "startTime": 7.8,
      "finishTime": 10.48,
      "dialogue": {
        "text": "That sounds convenient, but can we use it on our projects?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.98
    }
  ]
}