Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657eecb3b368badb3cc7fe4c.md

latest1.4 KB
Original Source
<!-- (Audio) Sarah: I go to at least one convention every year. It's the best moment of the year for me. -->

--description--

At least is used when you want to say the smallest amount or number of something is okay or enough. It's like saying "no less than this amount". For example:

I study English for at least 30 minutes every day. - This means you spend 30 minutes or more studying English daily, but never less than 30 minutes.

--fillInTheBlank--

--sentence--

I go to BLANK one convention every year. It's the best moment of the year for me.

--blanks--

at least

--feedback--

These two words form an expression indicating a minimum amount.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.46,
      "finishTimestamp": 34.22
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.76,
      "dialogue": {
        "text": "I go to at least one convention every year. It's the best moment of the year for me.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.26
    }
  ]
}