Back to Freecodecamp

Task 14

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: I break down my projects into small tasks and set deadlines for them. It helps me stay on track. -->

--description--

The expression stay on track is often used to talk about continuing to do the right thing in order to achieve a goal. It's a motivational phrase used in both personal and professional contexts. For example:

  • He needs to stay on track with the project. - He needs to keep working correctly and not lose focus.

  • They stayed on track and reached their goal. - They kept focused and achieved what they wanted.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I break down my projects into small tasks and set deadlines for them. It helps me BLANK.

--blanks--

stay on track

--feedback--

Sophie uses these three words to talk about how setting deadlines helps her maintain her progress towards her goals.

--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": 26.40,
      "finishTimestamp": 31.68
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.28,
      "dialogue": {
        "text": "I break down my projects into small tasks and set deadlines for them. It helps me stay on track.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}