Back to Freecodecamp

Task 10

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

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

--description--

Now let's dive into the numbers from 90 to 99.

In Spanish, the number 90 is called noventa.

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

NumberSpanish
90Noventa
91Noventa y uno
92Noventa y dos
93Noventa y tres
94Noventa y cuatro
95Noventa y cinco
96Noventa y seis
97Noventa y siete
98Noventa y ocho
99Noventa y nueve

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

Noventa y un años - Ninety-one years.

--instructions--

Listen to the audio and practice pronouncing these numbers.

--assignment--

I've practiced pronouncing the numbers from 90 to 99.

--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": 155.04,
      "finishTimestamp": 175.53
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 1.86,
      "dialogue": {
        "text": "Noventa",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 2.79,
      "finishTime": 3.93,
      "dialogue": {
        "text": "Noventa y uno",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 4.84,
      "finishTime": 6.06,
      "dialogue": {
        "text": "Noventa y dos",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 6.97,
      "finishTime": 8.34,
      "dialogue": {
        "text": "Noventa y tres",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 9.25,
      "finishTime": 10.68,
      "dialogue": {
        "text": "Noventa y cuatro",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 11.5,
      "finishTime": 12.98,
      "dialogue": {
        "text": "Noventa y cinco",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 14.07,
      "finishTime": 15.57,
      "dialogue": {
        "text": "Noventa y seis",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 16.11,
      "finishTime": 17.52,
      "dialogue": {
        "text": "Noventa y siete",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 18.34,
      "finishTime": 19.55,
      "dialogue": {
        "text": "Noventa y ocho",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 20.1,
      "finishTime": 21.49,
      "dialogue": {
        "text": "Noventa y nueve",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 21.99
    }
  ]
}