Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/es-a1-learn-numbers-30-to-60/69727d5f9f8cbcd6360d5605.md

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

--description--

Welcome! Now you'll learn the numbers from 30 to 39.

In Spanish, the number 30 is called treinta.

Numbers from 31 to 39 are formed by using the tens word treinta (30), followed by the conjunction y ("and"), and then the units digit (1-9).

NumberSpanish
30Treinta
31Treinta y uno
32Treinta y dos
33Treinta y tres
34Treinta y cuatro
35Treinta y cinco
36Treinta y seis
37Treinta y siete
38Treinta y ocho
39Treinta y nueve

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

Treinta y un años - Thirty-one years.

--instructions--

Listen to the audio and practice pronouncing these numbers.

--assignment--

I've practiced pronouncing the numbers from 30 to 39.

--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": 20.36,
      "finishTimestamp": 41.83
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 1.8,
      "dialogue": {
        "text": "Treinta",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 2.8,
      "finishTime": 3.95,
      "dialogue": {
        "text": "Treinta y uno",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 4.96,
      "finishTime": 6.09,
      "dialogue": {
        "text": "Treinta y dos",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 7.2,
      "finishTime": 8.44,
      "dialogue": {
        "text": "Treinta y tres",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 9.93,
      "finishTime": 11.2,
      "dialogue": {
        "text": "Treinta y cuatro",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 12.22,
      "finishTime": 13.51,
      "dialogue": {
        "text": "Treinta y cinco",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 14.61,
      "finishTime": 15.85,
      "dialogue": {
        "text": "Treinta y seis",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 16.96,
      "finishTime": 18.17,
      "dialogue": {
        "text": "Treinta y siete",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 19.27,
      "finishTime": 20.41,
      "dialogue": {
        "text": "Treinta y ocho",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 21.32,
      "finishTime": 22.47,
      "dialogue": {
        "text": "Treinta y nueve",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 22.97
    }
  ]
}