Back to Freecodecamp

Task 69

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

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

--description--

To go as expected means for things to happen according to plan or anticipation. It's often used to express the hope or requirement that situations will unfold as intended, without unexpected issues. For example:

We hope the event goes as expected, without any disruptions. - They hope the event happens as planned and nothing goes wrong.

--questions--

--text--

What does go as expected imply in Jake's context?

--answers--

Things happen in an unplanned way.

--feedback--

As expected suggests planning, not randomness.


No one knows what will happen.

--feedback--

This phrase indicates anticipation, not uncertainty.


Unexpected changes are welcome.

--feedback--

It implies a preference for planned outcomes, not unexpected ones.


Situations unfold as planned or intended.

--video-solution--

4

--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
    }
  ]
}