Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661271c2b16aff3870604148.md

latest1.6 KB
Original Source
<!-- (Audio) Brian: Hey, Sarah! It's been a while since we hung out like this. -->

--description--

When people say it's been a while, they mean a long time has passed between today and the last time something happened.

--questions--

--text--

How long has it been since Brian and Sarah last hung out together?

--answers--

It's been a long time.


They met just recently.

--feedback--

Brian's statement been a while indicates that their last meeting wasn't recent.


They have never hung out before.

--feedback--

Brian's reference to like this suggests they have hung out before, contradicting the idea that they never met in this way.


They meet regularly.

--feedback--

Brian's phrase implies that their meetings are not regular.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Hey, Sarah, it's been a while since we hung out like this.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}