Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/692329f211c3d9256f1c8372.md

latest1.8 KB
Original Source
<!-- (AUDIO) Camila: Dieciséis, Diecisiete -->

--description--

And now you'll learn the numbers 16 and 17.

The number 16 is called dieciséis, with an accent mark on the last e.

The number 17 is called diecisiete.

You can see that they're a combination of dieci and the corresponding number (seis for 6, and siete for 7).

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--

16 = BLANK

17 = BLANK

--blanks--

Dieciséis

--feedback--

This is the number 16. Remember to use the accent mark on the second e.


Diecisiete

--feedback--

This is the number 17.

--explanation--

Camila mentions two numbers:

  • 16 is dieciséis, with an accent mark on the second letter e.

  • 17 is diecisiete.

--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": 14,
      "finishTimestamp": 17.49
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.21,
      "dialogue": {
        "text": "Dieciséis",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 3.31,
      "finishTime": 4.49,
      "dialogue": {
        "text": "Diecisiete",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 4.99
    }
  ]
}