Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d950cef8533a636d6bd51e.md

latest1.5 KB
Original Source
<!-- (Audio) Sophie: What about daily tasks? -->

--description--

Daily tasks refer to the activities or work that someone needs to do every day. These can vary depending on the person's job or routine.

For example, Checking emails and attending meetings are part of my daily tasks at work means these activities are what the person does regularly, every day, as part of their job.

Daily means something that happens every day. Similarly, monthly means something that happens once a month, and yearly means something that happens once a year.

--fillInTheBlank--

--sentence--

What about BLANK BLANK?

--blanks--

daily

--feedback--

It refers to something that happens every day.


tasks

--feedback--

It means activities or work that need to be completed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 15.74,
      "finishTimestamp": 16.86
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.12,
      "dialogue": {
        "text": "What about daily tasks?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.62
    }
  ]
}