Back to Freecodecamp

Task 28

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

latest2.4 KB
Original Source
<!-- (audio) Anna: Hi, Tom. Let me tell you what a regular day at our company normally looks like. We start at 9. The first thing to do is log in to your computer and check your emails. -->

--description--

To log in means to enter your username and password to access a computer or website. For example:

Every morning, I log in to my computer to start work. - This means every morning you put your username and password to open your computer and begin working.

To check emails means to look at and read new messages in your email account. For example:

After logging in, I check my emails to see if I have any new messages. - This means after you open your computer or email account, you look to see if someone sent you new messages.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Tom. Let me tell you what a regular day at our company normally looks like. We start at 9. The first thing to do is BLANK in to your computer and BLANK your emails.

--blanks--

log

--feedback--

Think of the term used for starting up and accessing your computer.


check

--feedback--

Consider what you often do first when you start your workday on the computer.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.74,
      "finishTimestamp": 8.94
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "Hi, Tom. Let me tell you what a regular day at our company normally looks like.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 5.1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "We start at 9.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 6.12,
      "finishTime": 9.20,
      "dialogue": {
        "text": "The first thing to do is log in to your computer and check your emails.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 9.70
    }
  ]
}