Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/692349d239ccd645a6147f68.md

latest2.1 KB
Original Source
<!-- (AUDIO) Camila: Veintisiete, Veintiocho, Veintinueve -->

--description--

And finally, we have numbers 27, 28, and 29.

The number 27 is called veintisiete.

The number 28 is called veintiocho.

The number 29 is called veintinueve.

These numbers are a combination of veinti and the corresponding number (siete for 7, and ocho for 8, and nueve for 9).

Listen to their pronunciations and practice repeating them until you feel more comfortable with their sounds.

--instructions--

Listen to the audio and write the numbers below.

--fillInTheBlank--

--sentence--

27 = BLANK

28 = BLANK

29 = BLANK

--blanks--

Veintisiete

--feedback--

This is the number 27.


Veintiocho

--feedback--

This is the number 28.


Veintinueve

--feedback--

This is the number 29.

--explanation--

Camila mentions three numbers:

  • 27 is veintisiete.

  • 28 is veintiocho.

  • 29 is veintinueve.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_basic_personal_details_numbers_10_29.mp3",
      "startTime": 1,
      "startTimestamp": 38.42,
      "finishTimestamp": 44.09
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.41,
      "dialogue": {
        "text": "Veintisiete",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 3.28,
      "finishTime": 4.54,
      "dialogue": {
        "text": "Veintiocho",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 5.41,
      "finishTime": 6.67,
      "dialogue": {
        "text": "Veintinueve",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 7.17
    }
  ]
}