Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657b5bd17d068521ee895631.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--

Daily means something that happens every day. For example:

We have a daily meeting at 9 a.m. - Here, daily describes the meeting, showing that it happens every day.

--fillInTheBlank--

--sentence--

I'm a programmer and I love creating software that helps people in BLANK BLANK activities.

--blanks--

their

--feedback--

It's a possessive pronoun used to describe something that belongs to or is related to a group of people.


daily

--feedback--

This adjective means something happens every day.

--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
    }
  ]
}