Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e1d9d0f894eafabc6d23c.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: I use this time management app to track how I spend my time. -->

--description--

Discussing tools or methods for managing tasks is common in professional settings.

A time management app is a digital tool on your phone or computer that helps you organize your tasks, plan your day, and see how you spend your time. For example, someone might use a time management app to set reminders, make a to-do list, or track the hours they spend working on a project.

--questions--

--text--

Why does Sophie use a time management app?

--answers--

To track how she spends her time.


To communicate with her team.

--feedback--

Sophie mentions time tracking, not team communication.


To play games during breaks.

--feedback--

The app is mentioned in the context of managing time, not for entertainment.


To find new projects to work on.

--feedback--

Finding new projects is not mentioned as a use for the app.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 54.68,
      "finishTimestamp": 57.70
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "I use this time management app to track how I spend my time.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}