Back to Freecodecamp

Task 4

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

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

--description--

Now it's time to learn the numbers from 70 to 79.

In Spanish, the number 70 is called setenta.

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

NumberSpanish
70Setenta
71Setenta y uno
72Setenta y dos
73Setenta y tres
74Setenta y cuatro
75Setenta y cinco
76Setenta y seis
77Setenta y siete
78Setenta y ocho
79Setenta y nueve

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

Setenta y un años - Seventy-one years.

--instructions--

Listen to the audio and practice pronouncing these numbers.

--assignment--

I've practiced pronouncing the numbers from 70 to 79.

--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": 109.74,
      "finishTimestamp": 131.18
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 1.96,
      "dialogue": {
        "text": "Setenta",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 2.69,
      "finishTime": 3.98,
      "dialogue": {
        "text": "Setenta y uno",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 4.71,
      "finishTime": 6.08,
      "dialogue": {
        "text": "Setenta y dos",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 6.73,
      "finishTime": 8.23,
      "dialogue": {
        "text": "Setenta y tres",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 9.02,
      "finishTime": 10.5,
      "dialogue": {
        "text": "Setenta y cuatro",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 11.24,
      "finishTime": 12.75,
      "dialogue": {
        "text": "Setenta y cinco",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 13.72,
      "finishTime": 15.21,
      "dialogue": {
        "text": "Setenta y seis",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 16.22,
      "finishTime": 17.77,
      "dialogue": {
        "text": "Setenta y siete",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 18.63,
      "finishTime": 20.04,
      "dialogue": {
        "text": "Setenta y ocho",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 21.03,
      "finishTime": 22.44,
      "dialogue": {
        "text": "Setenta y nueve",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 22.94
    }
  ]
}