Back to Freecodecamp

Task 25

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

latest1.6 KB
Original Source
<!-- (audio) Tom: Thanks for sharing, Sophie. I want to get more organized and your tips are a great help to me. -->

--description--

A tip often refers to advice or a suggestion that is helpful in a particular situation. For example:

Sophie gave Tom some tips on time management. - This means Sophie offered helpful advice about managing time more effectively.

--questions--

--text--

What does tips mean in Tom's statement?

--answers--

A tool for time management.

--feedback--

Tips in this context is not a physical tool, but helpful information.


A request for help.

--feedback--

Tips is not a request for help, but advice given to help others.


An invitation to lunch.

--feedback--

Tips does not refer to an invitation, but to advice or suggestions.


Suggestion or pieces of advice.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 58.29,
      "finishTimestamp": 63.00
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.71,
      "dialogue": {
        "text": "Thanks for sharing, Sophie. I want to get more organized and your tips are a great help to me.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.21
    }
  ]
}