Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/69232e147dc8972bd5bb92a9.md

latest1.7 KB
Original Source
<!-- (AUDIO) Camila: Dieciocho, Diecinueve -->

--description--

We've reached the numbers 18 and 19.

The number 18 is called dieciocho.

The number 19 is called diecinueve.

They're also a combination of dieci and the corresponding number (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--

18 = BLANK

19 = BLANK

--blanks--

Dieciocho

--feedback--

This is the number 18.


Diecinueve

--feedback--

This is the number 19.

--explanation--

Camila mentions two numbers:

  • 18 is dieciocho.

  • 19 is diecinueve.

--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": 18.53,
      "finishTimestamp": 21.86
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.22,
      "dialogue": {
        "text": "Dieciocho",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 3.17,
      "finishTime": 4.33,
      "dialogue": {
        "text": "Diecinueve",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 4.83
    }
  ]
}