Back to Freecodecamp

Task 7

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Alice: I'm a programmer and I love creating software that helps people in their daily activities. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What kind of things does Alice like to create?

--answers--

Food recipes

--feedback--

Alice doesn't talk about food recipes.


Software that helps people


Gardening tools

--feedback--

Alice doesn't talk about gardening tools.


Music albums

--feedback--

Alice doesn't talk about music production.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.44,
      "finishTimestamp": 8.60
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I'm a programmer and I love creating software that helps people in their daily activities.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}