Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ce738f6c4eb10e81fd937.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: Hi, Tom. I'm interested in UI/UX design and front-end development, but I'm open to exploring more. -->

--description--

Lisa answers to a question about her professional interests.

--questions--

--text--

What are Lisa's main areas of interest?

--answers--

UI/UX design and front-end development, and she's open to exploring more.


Accounting and finance management.

--feedback--

Lisa mentions different areas of interest related to design and development, not finance.


Human resources and team management.

--feedback--

The focus of Lisa's interests is on design and development, not on HR or team management.


UI/UX and marketing strategies.

--feedback--

Lisa's response is centered on design and development areas, not marketing.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "desk.png",
    "characters": [
      {
        "character": "Lisa",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 36.1,
      "finishTimestamp": 42.22
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 6.92,
      "dialogue": {
        "text": "Hi, Tom. I'm interested in UI/UX design and front-end development, but I'm open to exploring more.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.42
    }
  ]
}