Back to Freecodecamp

Task 9

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: Then, I review my to-do list for the day and prioritize my tasks. I like to work on the most important ones first. -->

--description--

To review means to look over something, like a list or a plan.

To prioritize means to decide which tasks are most important to do first.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Then, I BLANK my to-do list for the day and BLANK my tasks. I like to work on the most BLANK ones first.

--blanks--

review

--feedback--

Sophie uses this verb to say that she needs to look over her to-do list.


prioritize

--feedback--

Sophie uses this verb to say that she needs to decide the order in which to do her tasks.


important

--feedback--

This word describes something that is of high priority or need.

--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": 16.04,
      "finishTimestamp": 22.16
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 7.12,
      "dialogue": {
        "text": "Then, I review my to-do list for the day and prioritize my tasks. I like to work on the most important ones first.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.52
    }
  ]
}