Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b207e8603d076272706b1.md

latest1.6 KB
Original Source
<!-- (audio) Sarah: Many of us enjoy the monthly game night. -->

--description--

The suffix -ly can be added to words to indicate the frequency of an event. Here's how it applies to different time periods:

  • Daily means it occurs once every day.
  • Weekly indicates something that happens once every week.
  • Monthly describes something that happens once every month.
  • Yearly (or annually) describes something that happens once every year.

--questions--

--text--

According to Sarah, how often does the game night happen?

--answers--

Once every week.

--feedback--

The game night doesn't happen weekly.


Once every day.

--feedback--

The game night doesn't happen daily.


Once every month.


Once every year.

--feedback--

The game night doesn't happen yearly.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.6,
      "finishTimestamp": 19.60
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "Many of us enjoy the monthly game night.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.34
    }
  ]
}