Back to Freecodecamp

0 to 9 Pronunciation Review

curriculum/challenges/english/blocks/es-a1-review-first-100-numbers/6973d85796e773d021dd2da7.md

latest2.5 KB
Original Source
<!-- REVIEW -->

--description--

Now it's time to review how to pronounce these numbers.

Practice pronouncing the numbers from 0 to 9.

--assignment--

I've practiced pronouncing the numbers from 0 to 9.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_fundamentals_numbers_0_9.mp3",
      "startTime": 1,
      "startTimestamp": 0.58,
      "finishTimestamp": 20.98
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 1.67,
      "dialogue": {
        "text": "Cero",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 3.5,
      "finishTime": 3.95,
      "dialogue": {
        "text": "Uno",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 5.48,
      "finishTime": 6.12,
      "dialogue": {
        "text": "Dos",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 7.51,
      "finishTime": 8.41,
      "dialogue": {
        "text": "Tres",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 10.18,
      "finishTime": 10.79,
      "dialogue": {
        "text": "Cuatro",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 12.35,
      "finishTime": 13.1,
      "dialogue": {
        "text": "Cinco",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 14.4,
      "finishTime": 15.17,
      "dialogue": {
        "text": "Seis",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 16.61,
      "finishTime": 17.35,
      "dialogue": {
        "text": "Siete",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 18.75,
      "finishTime": 19.35,
      "dialogue": {
        "text": "Ocho",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "startTime": 20.78,
      "finishTime": 21.4,
      "dialogue": {
        "text": "Nueve",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 21.9
    }
  ]
}