Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663683bee8bb3c35a05ba69a.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: She's a UX/UI designer. She's really creative. -->

--description--

A creative person is someone who likes to make new things or think of new ideas. They might work with art, write stories, or come up with new ways to solve problems. Creativity is about using imagination to make something unique or different.

--questions--

--text--

What is Tom's opinion about Lisa?

--answers--

She is a very logical person and her work always follows the rules

--feedback--

That is not a very good thing for someone who needs to use their creativity all the time.


She has great ideas to find solutions to problems.


Tom doesn't like her very much

--feedback--

Probably he wouldn't praise her as being creative if he did not like her.


She thinks her works are unimaginative

--feedback--

On the contrary, if he thinks she's creative, he believes in her imagination.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.88,
      "finishTimestamp": 20.96
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "She's a UX/UI designer. She's really creative.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}