Back to Freecodecamp

Task 5

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: Hey Sarah, I read about low-code development on the internet and I got curious. Do you know what it's all about? -->

--description--

When someone mentions they are curious about something, it means they want to learn more about that topic.

--questions--

--text--

What is Brian curious about?

--answers--

High-performance computing

--feedback--

This isn't mentioned in the audio. Brian's curiosity is about a different technology topic.


Low-code development


Internet safety

--feedback--

Brian does not mention being curious about internet safety in the audio, his interest is in another specific tech topic.


Artificial intelligence

--feedback--

While this is a technology topic, it's not what Brian is curious about according to the audio.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Hey Sarah, I read about low-code development on the internet and I got curious.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.2,
      "finishTime": 6.5,
      "dialogue": {
        "text": "Do you know what it's all about?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7
    }
  ]
}