Back to Freecodecamp

Task 161

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656d299e9d0027131875568f.md

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Jake: It's the good-old swipe at the door. -->

--description--

Jake refers to the swipe system as the good-old swipe.

Good-old is an informal expression suggesting something is reliable, familiar, or has been around for a while. It's like saying it's traditional or well-known.

--questions--

--text--

Which phrase means something is familiar and has been around for some time?

--answers--

good-old


bad-old

--feedback--

This doesn't make sense in English.


new-new

--feedback--

New means it's recent.


old-bad

--feedback--

This is a reversed and incorrect version of good-old.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 10.3,
      "finishTimestamp": 12.24
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "It's the good-old swipe at the door.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.4
    }
  ]
}