Back to Freecodecamp

Task 70

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

latest1.6 KB
Original Source
<!-- (audio) Jake: Well, yeah. Security is a top priority, and I have to make sure everything goes as expected. -->

--description--

In the phrase goes as expected, goes refers to things happening in the way they are planned or anticipated, with goes being the third-person present form of go. For example:

The project goes as expected. - This means the project is proceeding according to plan.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, yeah. Security is a top priority, and I BLANK make sure everything BLANK as expected.

--blanks--

have to

--feedback--

These two words form an expression of necessity.


goes

--feedback--

This verb shows that something happens as planned. Don't forget about the ending -es.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.98,
      "finishTimestamp": 53.62
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.64,
      "dialogue": {
        "text": "Well, yeah. Security is a top priority, and I have to make sure everything goes as expected.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}