Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/es-a1-learn-numbers-61-to-100/6972c4b262c368b1f2ba7846.md

latest3.4 KB
Original Source
<!-- (AUDIO) Elena: Ochenta, Ochenta y uno, Ochenta y dos, Ochenta y tres, Ochenta y cuatro, Ochenta y cinco, Ochenta y seis, Ochenta y siete, Ochenta y ocho, Ochenta y nueve. -->

--description--

Now you'll learn the numbers from 80 to 89.

In Spanish, the number 80 is called ochenta.

These numbers are formed by using the tens word ochenta (80), followed by the conjunction y ("and"), and then the units digit (1-9).

NumberSpanish
80Ochenta
81Ochenta y uno
82Ochenta y dos
83Ochenta y tres
84Ochenta y cuatro
85Ochenta y cinco
86Ochenta y seis
87Ochenta y siete
88Ochenta y ocho
89Ochenta y nueve

The number ochenta y uno (81) is unique in this range because it becomes ochenta y un before a masculine noun. For example:

Ochenta y cuatro años - Eighty-four years.

--instructions--

Listen to the audio and practice pronouncing these numbers.

--assignment--

I've practiced pronouncing the numbers from 80 to 89.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_describing_company_and_people_numbers_21_100.mp3",
      "startTime": 1,
      "startTimestamp": 132.26,
      "finishTimestamp": 153.95
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 1.87,
      "dialogue": {
        "text": "Ochenta",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 2.88,
      "finishTime": 4.06,
      "dialogue": {
        "text": "Ochenta y uno",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 4.96,
      "finishTime": 6.21,
      "dialogue": {
        "text": "Ochenta y dos",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 7.21,
      "finishTime": 8.43,
      "dialogue": {
        "text": "Ochenta y tres",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 9.52,
      "finishTime": 10.83,
      "dialogue": {
        "text": "Ochenta y cuatro",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 11.86,
      "finishTime": 13.25,
      "dialogue": {
        "text": "Ochenta y cinco",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 14.18,
      "finishTime": 15.58,
      "dialogue": {
        "text": "Ochenta y seis",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 16.59,
      "finishTime": 17.97,
      "dialogue": {
        "text": "Ochenta y siete",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 19.06,
      "finishTime": 20.38,
      "dialogue": {
        "text": "Ochenta y ocho",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 21.41,
      "finishTime": 22.69,
      "dialogue": {
        "text": "Ochenta y nueve",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 23.19
    }
  ]
}